ActionScript 3 从Flash打开厚盒iFrame

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 从Flash打开厚盒iFrame相关的知识,希望对你有一定的参考价值。

import flash.external.ExternalInterface;

button_btn.addEventListener(MouseEvent.MOUSE_CLICK, popThickBox());

function popThickBox(){
	ExternalInterface.call(”tb_show” , null, ”page.html?KeepThis=true&TB_iframe=true&height=150&width=150″ , false);
}

以上是关于ActionScript 3 从Flash打开厚盒iFrame的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 Flash:从完整网址获取文件名

ActionScript 3 使用AS3从Flash触发Javascript

ActionScript 3 从Flash CS3保存JPG图像

ActionScript 3 从Flash文件(AS3)调用Javascript(JS)函数

将变量从 HTML 传递到 Flash ActionScript 3.0

ActionScript 3 AS3:从Flash调用Google的Urchin跟踪器