Show Lectora Object from Flash

For simplicity it should be:Frame:import flash.external.*; Button:on (release){ ExternalInterface.call("trivNextPage()");}Or if all the actions are on the frame:import flash.external.*;buttonname.onRelease = function(){ ExternalInterface.call("trivNextPage()");}Also check to make sure that your local security settings are allow to run scripting. You can set these at: http://www.macromedia.com/support/documentation/en/flashplay er/help/settings_manager04.html And then allow the location to be your testing area. Or if you do a ton of flash work, then just make your drive available.

Discussions have been disabled for this post