Check variable on intervals

Put a button on your page, and write down the HTML publish name. You can find the name in the upper-right corner of the button dialogue box. It will be something like button123. Then put an action on the On Click tab of that button to do whatever it is that you need it to do.Then in flash on the frame that you are wanting to trigger the action, put the following action (this assumes your button is called button123, you'll have to match the number).In flash 8+ use:flash.external.ExternalInterface.call("action123");In flash 7 and below use:getURL("javascript:action123()");This helps because now Lectora doesn't have to constantly check to see when Flash is ready, instead Flash simply takes care of all the work with one simple call.

Discussions have been disabled for this post