Description
Below is a list of the most important properties methods and events for TWebMultimediaPlayer
.
|
|
Designtime |
Runtime |
HTML template tag
The HTML tag the component can be associated with in an HTML template. Assign the ID
attribute with a unique value and set the identical value to the ElementID
property. Detailed
information can be found in the Use of HTML templates topic.
HTML tag |
<VIDEO ID=”UniqueID”></VIDEO> |
ElementID |
UniqueID |
Property |
Description |
AutoPlay |
Sets if the content will starts playing as soon as it is ready |
Controls |
Sets if the playback controls are displayed |
ContextMenu |
Enable the context menu on the control or not |
ElementClassName |
Optionally sets the CSS classname for the map when styling via CSS is used |
ElementID |
Optionally sets the HTML element ID for a HTML element in the form HTML file the component needs to be connected with. When connected, no new object is created but the Delphi class is connected with the existing HTML element in the form HTML file |
Loop |
Sets if the content is played in a continuous loop |
MultimediaType |
Sets if the content is Audio (mtAudio) or Video (mtVideo) |
Muted |
Sets if the audio output should be muted |
PlaybackRate |
Sets the content playback speed |
URL |
Sets the location of the media file |
Volume |
Sets the volume of the audio output |