FLASH在AS上实现弹出窗口

      乱七八糟 2004-11-10 16:0
步骤一:

在FLASH里面加如以下脚本:

on (release) {
getURL("javascript:open_window('XXX.htm','','toolbars=no,location=no,scrollbars=no,
status=no,resizable=no,width=454,height=431')")
}



步骤二:在网页的<head></head>部分加入下面代码

<script language="javascript">
<!--
function open_window(url,name,para) {
window.open(url,name,para);
}
//-->
</script>
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}