如何创建一组加载器?
大图:
我在 flex 中编写了一个映射程序。我想更改我的映射程序,以便我需要做的就是放入一个新的 xml 文件,而不是进入我的 flex 文件并添加我需要的确切数量的项目加载器。所以我想我正在寻找一组可以加载我的 XML 文件中的图像文件的加载器。
xml 文件示例:
<locations>
<location>
<name>Big Star</name>
<street>123 Some St.</street>
<city>City</city>
<state>XX</state>
<zip>555555</zip>
<lat>12.34567</lat>
<long>-67.54321</long>
<iconFile>bigStar_icon.gif</iconFile>
<imageFile>bigStar_img.swf</imageFile>
<motion>no</motion>
<featured>yes</featured>
<category>Grocery</category>
</location>
</locations>
这个 xml 有时可以有 2000 个位置。