Exit Title/Close Window from Flash?

Here is how I do it. I create an invisible lectora button (by clicking on the "button" button and checking invisible) and for the onClick tab I have the action as "Exit title close window"Under file and properties make sure you have the box checked (under general) that says "Show HTML-Published object names in object properties" Then go to the properties of your button and you'll see "HTMLname:button1017" or something like that in the top right. Now from flash we can trigger that buttons actions by:ExternalInterface.call("action1071()");This calls the actions for button1071 which in this case call the functions to clean up and close the course. Hope that helps...

Discussions have been disabled for this post