I've implemented the Flex / js logic to prompt the user when they try to navigate away from my app (e.g. close browser, hit back button, etc) described here. This works great and I've been super happy with the results. One quick question that recently came up is how to capture the "user pressed ok on the js popup and is in fact leaving the page" event from inside my flex app, in order to know when the user actually left the page. I assume the logic is similar, but unfortunately I do not speak js and am thus stuck. Any help would be greatly appreciated.
Thank you!