flash As3对xml操作

      flash源码 2007-9-4 16:41

作者:frank 收藏自:http://www.2solo.cn/log/article.asp?id=55

As3对xml的操作进行了很大的强化,我这里先来个怎么加载xml的方法吧。也算对自己启蒙了。

先那帮助上的xml例子新建一个data.xml。

<?xml version=”1.0″ encoding=”utf-8″?>
<books name=”123″>
<book publisher=”Addison-Wesley” name=”Design Patterns” />
<book publisher=”Addison-Wesley” name=”The Pragmatic Programmer” />
<book publisher=”Addison-Wesley” name=”Test Driven Development” />
<book publisher=”Addison-Wesley” name=”Refactoring to Patterns” />
<book publisher=”O’Reilly Media” name=”The CathedraltheBazaar”/>
<book publisher=”O’Reilly Media” name=”Unit Test Frameworks” />
</books>

然后写一个xmlReader类 阅读全文 »

标签集:TAGS:
回复Comments() 点击Count()

回复Comments

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