AS3打开新窗口不被屏蔽的代码 2020-02-16 分类:首页 标签Tags:打开,新窗口,不被,屏蔽,代码,实现,如下,playertype,activex,call,window,open,http,www,adamstudo,cn,blog
实现代码如下:if (Capabilities.playerType == 'ActiveX') {ExternalInterface.call("window.open","http://www.adamstudo.cn/blog");} else {navigateToURL(new URLRequest("http://www.adamstudo.cn/blog"),"_blank"); } 以上就是【AS3打开新窗口不被屏蔽的代码】的全部内容了,欢迎留言评论进行交流!