mrducksworth
06-06-2009, 09:40 AM
Howdy.
I've created a flash slide show, that loads the images from an xml file as they are needed. But it keeps downloading the images, from how I've used a timer to start the URLRequest, and then added the image as a child to a container once it's loaded.
How do I access these children 'post' adding them? is there an array notation for accessing elements in AS3?
I've created a flash slide show, that loads the images from an xml file as they are needed. But it keeps downloading the images, from how I've used a timer to start the URLRequest, and then added the image as a child to a container once it's loaded.
How do I access these children 'post' adding them? is there an array notation for accessing elements in AS3?