Topic: trivNextPage(); not working

Hi Amy,Give your button an instance name (somethign like "next_btn" and move the code to an actions layer on the main timeline. In the actions frame put:import flash.external.*;next_btn.onRelease = function() { ExternalInterface.call(" trivNe xtPage()");};You may have to set a parameter on your flash movie "allowScriptAccess" to "Always" for it to work locally.Edited By: Hemingway on 2008-3-13 16:6:13

Discussions have been disabled for this post