Ways to Use EX4 To filter XML Data in ActionScript 3 (Thanks to: Josh Tynjala at Josh Talks Flash)

Objective: Quickly loop through and retrieve data from an XML object.

Problem: You want to avoid writing a ton of for loops.

Solution: Take advantage of AS3’s native E4X support. In addition to the link above, look here at Josh Talks Flash and on actionscript.org.