Forum Discussion
How do I disable accessibility buttons in video controls on Storyline 360
Scenario:
I'm working on a Storyline project where a learner watches a video and receives prompts at specific moments during playback. They can input their suggestions in a text input box, and the video resumes when they click a designated play button.
Challenge:
The problem is with the video controls. I need a progress bar, but other controls (play/pause, volume, PIP, and fullscreen) are also appearing. If the learner interacts with any of these controls, the trigger to show layers at designated timeline cue points stops functioning.
Request for Help:
Is there a way to restrict the controls to only the progress bar or to prevent the other controls from interfering with my timeline cue point triggers? Any solution to ensure the prompts appear correctly would be much appreciated!
- NedimCommunity Member
This can only be accomplished with JavaScript. Some might suggest overlaying a 99% transparent shape over the video to prevent accidental clicks on the controls. Personally, I would hide the control icons, as they serve no purpose if they are not clickable or if they are simply blocked by something else.