Forum Discussion
Disable Seeking in Storyline Videos
Hello,
Can someone help me with this:
I have managed to find a way to hide the seeking bar and the playback button in Storyline videos (Please see the JavaScript triggers on slide 2 in the attached file). Also, I have added a variable and a condition so that when the user revisits the slide, they would be able to seek/speed up the video.
Now, I want the user to be able to seek/speed up the video when rewatching it while they are still on the same slide (without revisiting the slide).
In other words, I want to replicate the exact same behavior for video seeking as the one in Rise 360 videos. I want the user to be able to seek only backwards the 1st time they're watching the video and to be able to seek freely the 2nd time watching the video even without leaving the slide.
2 Replies
I recall seeing a similar approach shared on LinkedIn post some time ago by Malik, preventing users from skipping both ahead and backward in the video timeline which I don’t think is what you’re really looking for. You may want to review his code and adapt parts of his implementation to fit your specific use case.
From a technical standpoint, I would recommend disabling Storyline’s native video controls and instead building custom video controls using HTML/CSS/JavaScript on top of the <video> element. Storyline’s internal video engine offers limited control and is difficult to intercept reliably, especially when you need fine-grained control over seeking, scrubbing, and user interaction.
Below are a few examples that demonstrate both:- RubaAbudiaCommunity Member
Also, I want to keep the player control buttons off.
Related Content
- 10 months ago
- 11 months ago
- 1 year ago