Can I keep the play/pause buttons on the video without allowing people to fast forward?

Dec 13, 2021

Hello, 

I am wanting to allow a video to be paused, however i do not want people to have the capability to just fast forward to the end without watching the video content. Is this possible? 

Thankyou 

5 Replies
Richard Watson

Abi,

You could change the state of the next button to hidden when the timeline starts on the slide. Create another trigger that changes the next button state to Normal when the video ends.

By default, you can pause a video by simply clicking it. Many times, people add a transparent rectangle over a video to keep someone from doing this. In your case, it works to your advantage.

See attached .story example.

The next arrow shows in the bottom right corner of the player when the video completes and their is no way for the user to fast forward as the seekbar is hidden on the slide.

Richard

Steve Gannon

Abi,

As an alternative, you can turn on the video controls as Lauren suggests and then draw a transparent rectangle over the video seekbar, being sure not to overlap the play/pause control on the left. This will block any interaction with the seekbar (however, if the user tabs to the seekbar, arrow keys could still control it).

Jose Tansengco

Hi Marco, 

Happy to chime in!

No changes to this feature has been made, but you can check out the solutions provided by my colleague Lauren and Steve from the community if you'd like to disable forward seeking for your videos.

Alternatively, you can disable the video controls for your video entirely and then use the Player's pause/play button to control the video. I've attached a sample project file so you can check this solution out. Note that for the seekbar, I set it to 'Seekbar is read-only' to prevent learners from seeking. You'll also want to make sure that the video spans the entire length of the timeline.