Pop up flash window redirects parent window and closes pop up window
Posted 29 August, 2007 in Other Stuff
on (release) {
getURL(“javascript:window.opener.location.href = ‘page.htm’; self.close();”);
}
on (release) {
getURL(“javascript:window.opener.location.href = ‘page.htm’; self.close();”);
}