Html5VideoObjectProperties Properties
Provides settings for HTML5 video objects.
Name | Description |
---|---|
Auto |
Specifies if a media file will start playing automatically.
Inherited from Html5Object |
Loop |
Specifies if a media file repeats indefinitely, or stops when it reaches the last frame.
Inherited from Html5Object |
Muted |
Specifies if a media file output should be muted
Inherited from Html5Object |
Poster |
Specifies a URL to an image that is shown while the video file is downloading, or until an end-user clicks the play button. |
Preload |
Specifies how a media file should be loaded when the page loads.
Inherited from Html5Object |
Show |
Specifies if the media player controls should be displayed.
Inherited from Html5Object |
See Also