Making objects Visable through Flash

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