古詩詞大全網 - 成語經典 - flash怎麽連接導航

flash怎麽連接導航

創建壹個按鈕,可以透明也可以非透明,之後選中按鈕,之後輸入代碼

on (release) {

getURL("", "_blank");

}

其中網址可以更換,要是想連接網站內的話就是

on (release) {

getURL("1/1.html", "_blank");

}