Reputation: 3539
I am developing an lib which tracks user events, like button click, state change, module load and application finish.
My problem is how I can track the application finish event. I googled for it, but I found no good answer.
It is possible to use this kind of event?
Upvotes: 0
Views: 143
Reputation: 629
You need to use ExternalInterface, here is a good example:
Browser Window Close Event and Flex Applications
Upvotes: 2