close popup AS3
close popup AS3
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- ifeltdave0
I think this will do it, make sure to import the ExternalInterface class.
var result:Boolean = Boolean(ExternalInterface.call... ));
where "yourFunction" is a simple JS command to close the window. At least I *think* this will work.