现在的状况是:
flash初始化的var需要读取
http://aa.com/xxx.xml用的swfobject
<script type="text/javascript">
var fo = new SWFObject("viewer.swf", "viewer", "100%", "100%", "8", "red");
fo.addVariable("xmlURL", "http://aa.com/query.xml?cat=Natural");
fo.write("flashcontent");
</script>
但出现的情况是:
本地预览html:ie6,可以work;ff3.5,不能work
运行时: ie6,ff3.5,flash那个黑色的块已经出来了,但是无内容,右键是:没有加载影片(灰色的)
firebug看到运行时已经有了
<embed height="100%" width="100%" flashvars="xmlURL=http://aa.com/picture/query.dxml?cat=Natural" quality="high" bgcolor="#181818" name="viewer" id="viewer" style="" src="viewer.swf" type="application/x-shockwave-flash"/>
不知道到底是什么问题
swfobject的问题?还是flash xml跨域的问题?
而且我这运行时已经不跨域了啊
--
FROM 123.122.96.*