Making objects Visable through Flash
May 23, 2008 12:00 AM
Javascript is the other way of doing it :) In the future, you want this code at the top of your flash title, and not in the button, so should look something like this.
Code:
import flash.external.*; mybutton.onPress = function(){ ExternalInterface.call("text19677.actionShow();"); }
Discussions have been disabled for this post