Blog

Filtering all blogs archived in "May 2010"    Clear filter

Problem preventing Air applications from exiting1

In case you want to do some action before your application exits you should do the following:

NativeApplication.nativeApplication.addEventListener(Event.EXITING , windowExitingHandler);

And take whatever actions inside the method windowExitingHandler()

 

Read More