on (release) {
getURL("JavaScript:MM_openBrWindow('xxx.htm','','toolbar=yes,location=yes,status=yes,
menubar=yes,scrollbars=yes,width=300,height=400')");
}
然後發佈
發佈後會產生一個*.swf和*.html檔
在*.html檔裡HEAD部分加入
JAVASCRIPT
複製程式
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
最後開啟*.html的檔案
按下裡面的按鈕
就可以開新視窗了