How to start or stop video playback at a specific time
Learn how to let the videoplayer to start or stop your video at a certain time. For example to draw extra attention to a buy button. Or to skip the first part of a video.
If you want the video player to start or stop your video at a certain time (for example from 5 seconds to 20 seconds) follow the next steps:
- Go to the studio tab and open or create a video player
- On the left side open the plugin tab
- Click on UI Variables
- Add the following code
- key: mediaProxy.mediaPlayFrom
- value: 5
- key: mediaProxy.mediaPlayTo
- value: 20
- Save your video player
- The video will stop playing at 5 seconds and stops at 20 seconds