PDA

View Full Version : event listener for close


arun vallappan
11-27-2007, 06:34 PM
Is there an event dispatched when flex application is closed?

Thanks in advance

dr_zeus
11-27-2007, 11:19 PM
No, there isn't. I recommend having JavaScript capture the page change (or window close), and have it notify the Flex app through ExternalInterface.