navigation control between Captivate and Lectora
July 22, 2010 12:00 AM
I need to implement a Lectora course with multiple Captivate SWF files. Each Captivate file has multiple slides within the page. Using Javascript:trivNextPage(); and Javascript:trivPrevPage(); in Captivate to jump to Lectora work fine to go from Captivate to Lectora, but how do you jump from Lectora to the last page of Captivate with previous button is clicked? Go to the previous page would go to the first slide of the Captivate it goes to. It would agree to jump multiple pages instead of just one page.
I've not tried, but I assume to jump a specific page of Lectora from Captivate, I can use ActionScript like the one below to do that?
getURL("javascript:trivExitPage('page16552.asp',true)");
ExternalInterface.call("trivExitPage('htmlpagename.html', true)");
Thanks for the help,
Discussions have been disabled for this post