as there are no finalizers nor destructors, the same goes for finishing the application. Don't litter, and there would be nothing to clean up :) It's important to keep in mind that a user could kill browser process any time, without waiting for you code to do anything.
Andrii Olefirenko --- In [email protected], Maciek Sakrejda <[EMAIL PROTECTED]> wrote: > > I need to perform some cleanup when the user exits the application > (i.e., closes the page in which the application is embedded). Is there > an event I can listen for? I've tried Event.REMOVED, FlexEvent.REMOVE, > and Event.REMOVED_FROM_STAGE, but none of those seem to fire targetting > the actual application object. Any ideas? > -- > Maciek Sakrejda > Truviso, Inc. > http://www.truviso.com >

