This application uses to parse XML file. It is implemented based on Microsoft XMLlite library. The XmlLite library allows developers to build high-performance XML-based applications that provide a high degree of interoperability with other applicati
用Tree组件来制作下拉菜单,会比较方便。但用FLASH AS打造下拉菜单会更灵活。而且最重要的是占用空间更小。只有两K多。一般用组件来完成的项目,都会自己开发的东西大一些。 主要是使用XML分析。分析并获取XML的节点。转换成FLASH里面的元素。 1、制作显示菜单,以及下拉菜单; 2、编写XML文件; 3、添加AS。 //固定大小,禁止缩放 fscommand("allowscale", "false"); //创建一个新的空 XML 对象 var my_xml:XML = new XML