Can I do this?
I have a window with flash in it, and a button that pops open an html window with a form. Well, when the user fills in the information, submits, then closes the window, I want the flash in the opener page to know that popup has been closed and react to it, like displaying different content now that the user has filled out the form.
I tried setting a value when onFocus triggers, but it isn’t working, and I have no clue if I can tell the flash that onFocus has triggered.
Any ideas? Can this even be done?
Thanks,
Dan