Forum Discussion
JoseAGomes
9 months agoCommunity Member
Player controls
Hello... I have an interactive video and I want the controls from the player to show. Play/pause, captions, volume and seek bar. What I don't want is restart/replay button because it will mess up ...
hotneon
9 months agoCommunity Member
Try execute Javascript in the slide master with the following code:
document.getElementById("reset").classList.add("hidden");
- JoseAGomes9 months agoCommunity Member
I have reset all the variables with javascript, so each time the user clicks replay the course will restart.
So I'm guessing that he won't be doing that often once he realizes he has to start all over again...
Related Content
- 9 months ago
- 7 months ago