Enables the use of the video data.
Type
- uiplugin
Property Summary
- autoplay
- Automatically plays the video data.
- class
- Component class
- controls
- Displays the replaying tool provided by the browser.
- id
- Component ID
- loop
- Repeats playing of the video data.
- muted
- Mutes audio.
- poster
- URL of the representative image of the video.
- preload
- Buffers the video playing.
Event Summary
Method Summary
Property Detail
- autoplay
-
Automatically plays the video data.
- class
-
Component class
- controls
-
Displays the replaying tool provided by the browser.
- id
-
Component ID
The component ID is allocated as a global object. The script can access each object through the component ID. - loop
-
Repeats playing of the video data.
- muted
-
Mutes audio.
- poster
-
URL of the representative image of the video.
- preload
-
Buffers the video playing.