Flash Commands with Lectora

I've been looking for a list of commands like this. Thank you.


 


I'm a little curious, though. I reverse engineered an AS2 code to get the Next Page to work within Flash. I came up with this:


 



var request:URLRequest = new URLRequest("javascript:trivNextPage()");
navigateToURL(request, "_self");



 


But that doesn't look like what was done here. Could someone explain the difference between the two? Is there a possible flaw with the solution I have?


Kevin

Discussions have been disabled for this post