Html5ObjectPropertiesBase Properties
Serves as a base class for the Html5AudioObjectProperties and Html5VideoObjectProperties classes.
Name | Description |
---|---|
Auto |
Specifies if a media file will start playing automatically. |
Loop | Specifies if a media file repeats indefinitely, or stops when it reaches the last frame. |
Muted | Specifies if a media file output should be muted |
Preload |
Specifies how a media file should be loaded when the page loads. |
Show |
Specifies if the media player controls should be displayed. |
See Also