Custom Flash/Lectora Development
September 19, 2006 12:00 AM
If you want Flash to talk with Lectora(Javascript). You should not use getURL or navigateToURL anymore, due to a bug that has been found in Flash Player v9.0.0.115.This bug is a killer, and Adobe hasn't even promised to fix it in there next player update.Instead use:nextButton.addEventListener(MouseEvent.CLICK,goNext); function goNext(event:MouseEvent):void{ flash.external.ExternalInterfa ce.call("trivNextPage");}//note there is no () after trivNextPage.
Discussions have been disabled for this post