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 videoplayer to start or stop your video at a certain time (for example from 5 seconds to 20 seconds) follow the next steps:
  1. Go to the studio tab and open or create a videoplayer
  2. On the left side open the plugin tab
  3. Click on UI Variables
  4. Add the following code
    - key: mediaProxy.mediaPlayFrom
    - value: 5

    - key: mediaProxy.mediaPlayTo
    - value: 20
  5. Save your video player
  6. The video will stop playing at 5 seconds and stops at 20 seconds