ExternalInterface.call a little too good
June 25, 2009 12:00 AM
I don't think your event handler on this line is complete:
myThumb_mc.onPress = ExternalInterface.call("trivExitPage('branch1.html', true)"); };
Change it to this and you should be golden:
myThumb_mc.onPress = function(){ExternalInterface.call("trivExitPage('branch1.html', true)"); };
Discussions have been disabled for this post