Herberth Amaral
Herberth Amaral

Reputation: 3539

Execute a function when a Flex 3 App finishes execution

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

Answers (1)

jss
jss

Reputation: 629

You need to use ExternalInterface, here is a good example:

Browser Window Close Event and Flex Applications

Upvotes: 2

Related Questions