看板 Flash 關於我們 聯絡資訊
因為第二個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
Jedic:用錯語法或算是胡亂湊,不是這樣寫的 10/11 11:51