Reason I ask is I have bug in ie using flash.external.ExternalInterface from the parent where the child popup says window.opener is null or not an object.
so basically
window.opener.location.href="http://myurl.com?part=2"
self.close();
is fine on firefox but not ie.
is there a way to set this property manually if window.opener is null?
thanks!