Filtering all blogs tagged as "air." 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
