Html5ObjectPropertiesBase Properties
Serves as a base class for the Html5AudioObjectProperties and Html5VideoObjectProperties classes.Name | Description |
---|---|
AutoPlay | 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 |
PreloadMode | Specifies how a media file should be loaded when the page loads. |
ShowControls | Specifies if the media player controls should be displayed. |
See Also