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...
KristenLlobr354
Community Member
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
GregPoole-b96a7
5 years agoCommunity Member
Though I think Owen said that the code works in Classic player, not Modern...