Tag Archives: Learning

Flex 3 Cookbook Review

4 Sep

I just finished skimming through this book and have decided that every Flex developer should own a copy. I have been developing Flex applications for over a year now and I still managed to learn a ton of new things from this book. The authors have done an excellent job of formatting the book into [...]

A must-read for learning ActionScript 3.0

1 Oct

I just stumbled across a great article by Josh Tynjala on the Yahoo! Flash Developer Center. Josh writes about the new features of ActionScript 3.0, focusing on working with the Display List, changes to root and parent, and encapsulation. I’m sure this article has been around for some time, but if you are just getting [...]

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 [...]

O’Reilly Excerpts Now On ActionScript.org

18 Jan

Earlier today I received a news letter from ActionScript.org. This threw me off for a second because the only emails I get from them are job postings. The email template was well done and mimics their new site redesign, which is quite nice compared to their old outdated design. If you have already forgotten what [...]

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 [...]