Tag Archives: XML

Loading and Saving External XML Data in AIR (Apollo)

3 Jul

I just finished an AIR (Apollo) application that loads and saves data from an external XML file. I figured I would share the code to accomplish this task as there is not a lot of Apollo info around at this time. First off lets start with loading an XML file and reading its contents. I [...]

Building a Basic Menu in ActionScript 3.0 Tutorial – Part 2 – XML

19 Sep

A few posts ago, I showed you how to build a basic menu using an Array of button names. Now, I will demonstrate how to build the same menu, but this time use the new XML class which is based on E4X. There are many benefits of using XML in your applications. The main reason [...]