Hi,
I have a html popup containing one flash file. Onclose of the popup I need to write some values into the socket. How can I handle the onclose event from flash ?
Thanks Binoy
Hi,
I have a html popup containing one flash file. Onclose of the popup I need to write some values into the socket. How can I handle the onclose event from flash ?
Thanks Binoy
Try handling the onclose event from javascript and call flash from javascript using ExternalInterface.addCallback.
Careful when setting up your html document for ExternalInterface though.