Exit Title/Close Window from Flash?

I want to start out by saying these forums are great.I've found a great deal of knowledge in implementing Flash in our Lectora courseware. What I have been unable to find however, is a clear method to spawn the Exit Title/Close Window command from Flash using externalInterface.I can use the following to go to a new page and then on show Exit Title/Close Window:trivButton.onRelease = function() { flash.external.ExternalInterfa ce.call("trivNextPage");}But, I want to do it all in one Lectora page from Flash.Something like:trivExitButton.onRelease = function() { flash.external.ExternalInterfa ce.call("trivExit");}Does anyone know how to call that action in Lectora?And... Is there a list of these commands (like trivNextPage) avail somewhere without having to dig deep into the several .js files.Again, Thanks much!

Discussions have been disabled for this post