Can someone tell me how I can code a button created in Flash CS4 to navigate to a specific page in Lectora?
I'm able to navigate to the next page with the following code:
on (release) {
//Goto Webpage Behavior
getURL("javascript:trivNextPage()","_self");
//End Behavior
}