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?
feedback
|