#12003/5/4 15:27:53
根目录下有文件夹flash、index.htm
flash文件夹中有a.swf b.swf c.txt
index.htm中插入a.swf
a.swf loadmovie b.swf
b.swf loadVariables c.txt
在FLASH中测试时路径为 load…("c.txt",0),正常
可是到index.htm中测试时怎么也不能load c.txt了
试过load…("flash/c.txt",0)和 load…("c.txt",0)均失败
求大伙儿帮帮忙~~~