Making objects Visable through Flash

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