关于flash载入XML文档的问题

      flash As 2005-9-1 16:45:00
xml文件:
<?xml version="1.0" encoding="UTF-8"?>
<info>
<mov movname="现代汽车" movurl="huday.flv" />
<mov movname="3D水墨" movurl="Ode.flv" />
</info>


//fla文件:
System.useCodepage=true  
xml_test=new  XML();  
xml_test.ignoreWhite  =  true;

xml_test.load("test.xml");  
xml_test.onLoad=function(){  
           ary_xml1=xml_test.firstChild.childNodes;  
           trace(ary_xml1[0]);            //
           trace(ary_xml1.length)      //
           ary_xml2=xml_test.lastChild.childNodes;  
           trace(ary_xml2.length);    //  
           trace(ary_xml2[0])              //
           trace(ary_xml2[1])              //    
           }  
标签集:TAGS:
回复Comments() 点击Count()
喜欢就顶一下

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}