Video
A video component that allows inserting a video via a URL. It is compatible with well-known video hosting platforms such as YouTube and Vimeo, as well as with file types that most browsers can play without additional plugins.
Methods
Method | Description |
---|---|
| sets component's URL |
| plays the video |
| pauses the video |
| mutes the video |
| unmutes the video |
| sets the video volume |
| sets the video playback speed |
Triggers
Triggers allow you to launch certain actions based on different events.
On Init | Calls for an action on component initialization, e.g., page refresh |
On Play | Calls for an action on video play |
On Pause | Calls for an action on video pause |
On Stop | Calls for an action on video stop |
Last updated