Forum Discussion
JoseAGomes
5 days 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
5 days agoCommunity Member
Try execute Javascript in the slide master with the following code:
document.getElementById("reset").classList.add("hidden");
- JoseAGomes5 days 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...