Forum Discussion
ShelHoltz
9 years agoCommunity Member
Replay Button on Seekbar Not Working
Hi. A client has come back to me to note that the replay button on the right side of the seekbar doesn't work. I've checked it on both the Flash and HTML5 versions. I also can't find any triggers th...
StephenFeren348
4 years agoCommunity Member
For anyone using the modern player, you can hide the rewind/replay/reset button using javascript for any slides that you need to have the "Resume saved state" property enabled.
Set a trigger that Executes the following javascript when the timeline starts on any slide you want to hide the button.
document.querySelector('#reset').style.display = 'none';
Doing it this way currently doesn't require you to manually re-show the button on subsequent slides.
Ideally, we wouldn't have to do it this way because it's a flimsy workaround, so add me down as another vote for making this work as end users of the software and end users of the published files expect a rewind/replay/reset button to work.