Forum Discussion
SamHill
1 year agoSuper Hero
[REDUNDANT] Storyline custom focus control
=========================================================================
Update 18 March 2025
This functionality is now redundant. Please use the native focus trigger in Storyline 360 64 bit Mar...
MEvelynTorresMo
5 days agoCommunity Member
Hello SamHill , can this also be used to set the focus order of the play/pause btn in the default media player? If so, could you share the what the javascript would look like please?
- SamHill2 days agoSuper Hero
Hi MEvelynTorresMo you should be able to use the following JavaScript as a trigger to send the focus to the Storyline Play/Pause toggle button.
const playPauseBtn = document.getElementById("play-pause"); playPauseBtn.focus();
Related Content
- 7 months ago
- 1 year ago