flash 读取 xml 的问题〓在线等〓
flash有一个动态文本变量名test1动作-帧写的是System.useCodepage=true;test_xml=newXML();test_xml.ignoreW...
flash
有一个动态文本变量名 test1
动作-帧写的是
System.useCodepage=true;
test_xml=new XML();
test_xml.ignoreWhite=true;
test_xml.load("index.xml");
text_xml.onLoad=function(xmlonload){
if(xmlonload){
_root.test1="Success";
var all=test_xml.firstChild.childNodes;
trace(all);
}else{
_root.test1="Error";
}
}
index.xml的内容
<?xml version="1.0" encoding="UTF-8"?>
<messages>
<msg>
<name>Leo</name>
<content>Hi,I am a boy!</content>
</msg>
<msg>
<name>Jack</name>
<content>HOHO!It's so fun.</content>
</msg>
</messages>
为什么测试执行没有反应……trace也没反应
上面问题解决了,新问题出现了。。
我写一个xml文件就可以正常读出来
但是写一个php输出xml文件就读不出来…… 展开
有一个动态文本变量名 test1
动作-帧写的是
System.useCodepage=true;
test_xml=new XML();
test_xml.ignoreWhite=true;
test_xml.load("index.xml");
text_xml.onLoad=function(xmlonload){
if(xmlonload){
_root.test1="Success";
var all=test_xml.firstChild.childNodes;
trace(all);
}else{
_root.test1="Error";
}
}
index.xml的内容
<?xml version="1.0" encoding="UTF-8"?>
<messages>
<msg>
<name>Leo</name>
<content>Hi,I am a boy!</content>
</msg>
<msg>
<name>Jack</name>
<content>HOHO!It's so fun.</content>
</msg>
</messages>
为什么测试执行没有反应……trace也没反应
上面问题解决了,新问题出现了。。
我写一个xml文件就可以正常读出来
但是写一个php输出xml文件就读不出来…… 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询