作者wshadow (小早)
看板Flash
標題[問題] 兩個flash之間傳值的問題
時間Mon Oct 10 22:11:48 2005
因為第二個flash是在框架頁裡,所以有用到html
flash A:
on (release) {
getURL("fnews.htm?s=3");
}
flash B:(fnews.htm框架中的main.htm)
if(this.getByteLoaded()<this.getByteTotal())
{
gotoAndPlay(1);
}
else
{
gotoAndPlay(s);
}
當我在flash A中按下按鈕時,flash B的frame一直停在1不動,不會跑到3
請問我哪裡寫錯了?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.113.69.98
1F:→ Jedic:用錯語法或算是胡亂湊,不是這樣寫的 10/11 11:51