Forum Discussion
Liz_Tyler
5 months agoCommunity Member
Seekbar disabling after video completion
Hi,
I was wondering if there is a way to disable the seekbar in Storyline after a video completes. I want to give my users access to drag the seekbar on their first viewing of a video, but I don't ...
- 5 months ago
I think you've cracked it! It seems to be working fine. But, I'll thoroughly test it early next week. Thank you. 👍
raeropos25
9 days agoCommunity Member
Nedim I have a slightly different request. I'm wanting to prevent learners from fast forwarding the videos. We want to ensure they watch the whole video. In storyline, I was able to hide the seekbar and autoplay the video. However, when I exported the video to place in the Rise360 course, the seek bar once again appeared. Have any ideas on this scenario?
Nedim
8 days agoCommunity Member
raeropos25 The hidden video seekbar in Storyline, when published to Review 360 and then imported into Rise, should not be visible if the script below is applied in Storyline.
const seekbar = document.querySelector('.video-seekbar');
seekbar.style.display = 'none';
Related Content
- 1 year ago
- 4 months ago