A View factory for displaying videos. This will render a screenshot
of the video, that should be specified by the
<video>
tag's
poster
attribute. When a user clicks on the placeholder, it will
be replaced by the video, and it will start playing.
Attributes
Name | Description | Required | Default |
src | The URL to the video. | Yes | |
poster | The URL to the poster frame/screen placeholder image. | Yes | |
uiid | The UIID for the placeholder image. | No | VideoView |
Example
<video src="http://example.com/myvideo.mp4" poster="http://example.com/mimage.jpg" uiid="MyVideoView"/>