Copy link to clipboard
Copied
Hi,
I want to add a script (variables or flash script) in my captivate project to switch in fullscreen mode when the captivate file (scorm) is opened.
I search this answer in the forum and find a script flash (the problem is that the user must choose this mode and it's not automatic)
Could you help me ?
Regards and Happy new year,
Actaruss
Copy link to clipboard
Copied
Since you said you are using SCORM for reporting I would assume you are planing to launch your content from an LMS. This may effect the options you have...
What LMS are you using? Depending on the platform there may be an option/restriction on the player window that the LMS opens. Most LMSs set the player window's dimensions. That would mean a two step process, get the player to launch full screen, and then make the Captivate content fill the screen as well.
Michael
Copy link to clipboard
Copied
Hi,
I want to launch my content from the LCMS SABA.
For your information, When I launch my content on SABA, I can click on the button in the upper bar of the window in order to have a fullscreen.
I wish have a script that can launch automatically my content in fullscreen.
Is it possible with a flash script ?
Regards.
Copy link to clipboard
Copied
The best way to launch a window fullscreen is to do so via JavaScript when the link or button is clicked to launch the course. That's how the LMS does it. Once the browser window has been launched and the course content is playing, any change to the dimensions of the browser window would probably require a REFRESH action which would relaunch the Captivate content again. That may not be desirable, especailly if you are using an LMS.
I don't think ActionScript is going to get you any different result to JavaScript in this case.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now