fc2ブログ
WEBマスター目指して日々勉強!!
page top
[as3] as3でウィンドウオープン(window.open)
CATEGORY/as3
ポップアップブロックを表示させずに、ポップアップウィンドウを呼び出す手法が
下記サイトににて詳しく掲載されていました。

http://feb19.jp/blog/archives/000126.php

------------------------------------------
btn.buttonMode = true;
btn.addEventListener(MouseEvent.CLICK, click);
function click(event:MouseEvent){
    var url:String = new String();
    url = "リンク先文字列";
    ExternalInterface.call("window.open", url, "_blank", "width=100, height=100");
}

------------------------------------------

スポンサーサイト



© WEB-WORKMAN. all rights reserved.
Page top
FC2 BLOG