Written by: 1/19/2011 2:28 PM
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();");
0 comment(s) so far...