作者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