/ Published in: ActionScript
Expand |
Embed | Plain Text
put this between <head></head> <script language="JavaScript"> function openWin(url, w, h) { var winprop = "width=" + w + ",height=" + h; openwin = window.open(url,'',winprop); } </script> And this in your flash button getURL ("JavaScript:openWin('test.html', '250', '250')");
You need to login to post a comment.
