/ Published in: ActionScript
There must also be a JavaScript function defined in the containing HTML page: function makePopup(url,popname,width,height) { window.open(url, popname, "width="+width+",height="+height+",resizable=yes,scrollbars=yes"); }
Expand |
Embed | Plain Text
import flash.external.*; ExternalInterface.call("makePopup('mylink.html','My Link','750','475')");
You need to login to post a comment.
