Capture Flash In Lectora
March 23, 2007 12:00 AM
I have used the getURL() function to access Lectora actions from flash. For example, to go to the next page your ActionScript would be:myButton_btn.onRelease = function(){ this.getURL("javascript: trivNextPage();");}The trick is figuring out the javascript function that Lectora uses for the action that you want to access. One way is to make a dummy Lectora page with a regular old Lectora button which performs the action that you want to access. Publish the dummy and then view the source code in the published course to track down the correct JS function.Of course I'm still on Lectora 2006. It was my understanding that working with Flash is much easier in L07.Hope that helps.Edited By: sharkie on 2007-3-26 18:17:40
Discussions have been disabled for this post