Custom Flash/Lectora Development
September 19, 2006 12:00 AM
I agree - if you are using flash 8 or above you should stick with using the External Interface. Unfortunately if you are targeting flash 7 or below you can run into issues using getURL or fsCommand. For those of you still using AS2 the equivalant of the above code is:import flash.external.*;next_mc.onRelease = function() { ExternalInterface.call("trivNe xtPage()");};Note that for this to run locally you will most likely need to add a parameter to your flash movie:"allowScriptAccess" and set the value to "always"
Discussions have been disabled for this post