[Flashcoders] Loading images at the same time, bugs in Flash AS3

2009-06-03 Thread Isaac Alves
Hello fellowcoders, I've been experiencing some problems with an application I've made with AS3. It consists of an image gallery which loads images dynamically from an XML file. Maybe you'd want to skip my explanations and go directly to the problem in the bottom of this message. Since it's my

Re: [Flashcoders] Loading images at the same time, bugs in Flash AS3

2009-06-03 Thread Anthony Pace
I would love to see what's going on, as it sounds crazy; yet, your site isn't coming up for me. Isaac Alves wrote: Hello fellowcoders, I've been experiencing some problems with an application I've made with AS3. It consists of an image gallery which loads images dynamically from an XML file.

Re: [Flashcoders] Loading images at the same time, bugs in Flash AS3

2009-06-03 Thread Anthony Pace
Without looking through your code: * For alignment of the thumbnail container, you could be waiting until after everything has loaded inside before asking it to change it's y position. * For the thumbs not loading properly, that could be caused by your load order... Your

Re: [Flashcoders] Loading images at the same time, bugs in Flash AS3

2009-06-03 Thread Jordan L. Chilcott
My guess is that if it's iterating through a loop to load, I would imagine that the loader objects are being lost in the loop by getting de-referenced and are getting garbage collected. If this is what's happening, you would probably have to put your loader objects in a stack or array so they