[Flashcoders] XML Question

2010-11-04 Thread Matt S.
I know this is easy, but I'm having trouble finding the answer: if I'm iterating through XML like so: return xml.category.(@name == cat[0]).subcategory.subcategory2.(@name == cat[1]).product.(@prodCode == String(id)); where "cat" is an array, eg cat = ["men","shirts"] but what I want to do is se

Re: [Flashcoders] XML Question

2010-11-04 Thread Taka Kojima
You would do xml..product.(@prodCode == id); Yep, that simple. Taka On Thu, Nov 4, 2010 at 11:17 AM, Matt S. wrote: > I know this is easy, but I'm having trouble finding the answer: if I'm > iterating through XML like so: > > return xml.category.(@name == cat[0]).subcategory.subcategory2.(@nam

Re: [Flashcoders] XML Question

2010-11-04 Thread Matt S.
Yep, I knew it was gonna be something dead-simple ;) . Thanks Taka! .m On Thu, Nov 4, 2010 at 2:27 PM, Taka Kojima wrote: > You would do xml..product.(@prodCode == id); > > Yep, that simple. > > Taka > > On Thu, Nov 4, 2010 at 11:17 AM, Matt S. wrote: > >> I know this is easy, but I'm having tr

[Flashcoders] Gaia - TransitionIn

2010-11-04 Thread Marco Terrinoni
Hi there I'm having some trouble with a site created in Gaia Framework - the index file runs before the preloader has finished. I was told this is not a Gaia issue because transitionIn is not called until after the preloader has finished and to leave frame 1 blank as a first step toward fixing