I have a flash movie on a page which contains a button inside the flash - when clicked it opens up a html page in a popup. the new url is up a level but same host - the problem i have is that window.opener is null so i am unable to close the popup from a button inside it and refresh the parent. this works with a straight html parent-child but not when the parent is a flash file. To add insult to injury the flash file source is not available - is there another way I can manually set the opener property to the parent window?

link|improve this question

76% accept rate
Could have been easy to solve using ExternalInterface and some JS code, but you said no flash source. Too bad :-) – Lior Cohen Feb 22 at 23:45
yup...can only work with what i have sadly... – MikeW Feb 22 at 23:53
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.