Blog

Making objects Visible through Flash

Jan 19

Written by:
1/19/2011 2:28 PM  RssIcon

You will need to get the HTML name of the object. This is on the object properties. (you can turn it on and off in Lectora Preferences).

Example: text1234

then you can show it with this:

import flash.external.*; 
ExternalInterface.call("text1234.actionShow();");

.actionHide(); will hide an object

Search Blog