Making objects Visable through Flash
May 23, 2008 12:00 AM
First get the HTML name of the object. This is on the object properties. (you can turn it on and off in Lectora Preferences).Example: text1234then you can show it with this:
Code:
import flash.external.*;ExternalInterface.call("text1234.actionShow();");
.actionHide(); will hide an object
Discussions have been disabled for this post