Forum Discussion
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 the video is playing, but if the user switches to full-screen mode, the custom elements like buttons disappear. From a usability perspective, I would like the buttons to remain visible even in full-screen mode.
As an experiment, I added a custom "Fullscreen" button with the following trigger:
Set Player.FullScreenMode = True when the user clicks on btn_fullscreen.
The trigger works as intended (as shown in custom.png).
Do you have any suggestions on how I can modify my trigger to work with the default fullscreen button? I haven't been able to find a solution yet.
Alternatively, could this be a bug in the software?
Thank you in advance and best regards,
Kevin
- Jürgen_Schoene_Community Member
if you use the fullscreen button on the video navigation - this is the intended behaviour (video is fullscreen, no other elements)
only with the second fullscreen button from the modern player (or the javascript trigger) you can start fullscreen of the whole course with your buttons
https://360.articulate.com/review/content/be3979b5-bf33-429e-8893-af8b9b5cc039/review
- KevinGruppeCommunity 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
- BarbaraJacobs-1Community Member
What about the opposite of this? We need to disable full screen mode to prevent users from disrupting the interactions on the timeline.
- NedimCommunity Member
Simply cover the full-screen icon with a hotspot, and trigger a popup message when the learner clicks on the hotspot. Refer to the attached video for a demonstration.
- BarbaraJacobs-1Community Member
Interesting! I'm going to give a try on a particular slide.