Forum Discussion
KevinGruppe
2 years agoCommunity Member
Buttons disappear if the video is in fullscreen
Hey there,
I'm facing some issues with Storyline and I'd like to ask for your guidance on best practices. In my course, I have custom "Continue" and "Back" buttons. These buttons work fine when th...
KevinGruppe
2 years agoCommunity Member
Thank you, Jürgen! We have made the decision to conceal the player and incorporate our own buttons to align with our company's design.
However, if someone reads this thread in the future, I have given some thought to this issue and discovered a simple solution:
- Place a Hotbox around the full-screen icon.
- Add a trigger that sets
Player.Fullscreen
to true when the user clicks the hotbox, only ifPlayer.Fullscreen
is currently false. - Add a trigger that sets
Player.Fullscreen
to false when the user clicks the hotbox, only ifPlayer.Fullscreen
is currently true.
With these steps implemented, the case is now closed. :)
Best regards,
Kevin