How to catch up a situation when FLASH is forced to close e.g. because of BACK button click, I need to make one HTTP call before that.
my code:
stage.addEventListener(Event.CLOSE,unloadEvents,false,0,true);
I can see that FocusEvent.FOCUS_OUT event occurs in that case, but CLOSE or UNLOAD focuses are not appearing?