主题:  load文本的路径问题

龚子哥

职务:普通成员
等级:1
金币:0.0
发贴:138
#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)均失败
求大伙儿帮帮忙~~~



yeyeyeye

职务:普通成员
等级:1
金币:1.0
发贴:159
#22003/5/5 9:10:20
路径问题,应该可以实现.