Replay Button on Seekbar Not Working

Mar 29, 2016

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 that specify the replay button, when pushed, should replay the audio for the slide. Can you help?

171 Replies
Kristen Llobrera

I'm guessing this isn't an easy fix for the developers since it has been years since I first had this problem and it still works EXACTLY the same way. Or more to the point, doesn't work. Please, if you aren't able to fix this, make it so that the replay button either doesn't show up or can manually be removed. Trying to explain to clients why the button doesn't work and why we can't get rid of it without also getting rid of the seekbar is just embarrassing.

And btw, I've tried the javascrip that someone in this thread and another thread have mentioned, and it doesn't work, at least in the latest version of Storyline. 

Kristen Llobrera

Owen Holt has created new code that works in the latest version. I've tried it and it works perfectly!

To hide the reset from the bar: 
document.getElementById('reset').style.visibility = "hidden";

To show the reset:
document.getElementById('reset').style.visibility = "visible";

Thread that Owen updated the code: https://community.articulate.com/discussions/articulate-storyline/delete-or-hide-refresh-icon-only-but-keep-seekbar 

Vincent Scoma

Hi Stephanie, 

Thank you for inquiring about this feature request to add more functionality to the Rewind button! While I don't have an update to share at this time, we are tracking this request. I will be sure to share the additional votes/comments with our team. You can also find more details about our process here.

As soon as we have an update to share, we will be sure to reach out! 

Autumn Marschall

Adding my vote as well.  UX Feedback on my newest course brought up that some slides could rewind and others could not.  I'm having to go slide by slide by slide now in testing mode to see which ones do rewind and which do not to now adjust the revisiting settings on each slide.  This is a waste of time.  Rewind should be the default, and we should be able to customize the rewind for specific slides if necessary (not the other way around).