May 30, 2011
May 30, 2011
JavaScript Popup Window in Flash ActionScript 3 Tutorial
By admin | | 0 Comments |
function jspopupWindow(event:MouseEvent):void { var desiredURL:URLRequest = new URLRequest("javascript:NewWindow=window.open('page.html','newWin','width=400,height=300,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=Yes,fullscreen=No'); NewWindow.focus(); void(0);");
JavaScript Popup Window in Flash ActionScript 3 Tutorial:
By admin | | 0 Comments |
[youtube http://www.youtube.com/watch?v=jLklfY87xtg&w=640&h=510]