--- In [email protected], "Dan Vega" <danv...@...> wrote: > > I am grabbing these values from a server side service like so > > var dirs:Array = event.result as Array; > > So in the end with an endless amount of children am I still going to have to > loop through everything to map them as they come in?
If you use XML instead of arrays, then you can just use e4x.

