Re: [Flashcoders] Preloading images

2008-01-08 Thread Shang
bulk loader. http://code.google.com/p/bulk-loader/ On Jan 8, 2008 11:49 AM, Dave Wood [EMAIL PROTECTED] wrote: Hi Another approach (if the number and size of the images isn't too great) is to grab the bitmapdata from each one once it's loaded and store that in an array. David What

[Flashcoders] Preloading images

2008-01-07 Thread Matt S.
What have you guys found is the best way to load images in the bg, for example with an image gallery, where once image 1 loads, the rest start loading up in the bg? I've been using an MCL, which loads in the background and then immediately deletes onComplete and starts the next one, but I'm

Re: [Flashcoders] Preloading images

2008-01-07 Thread Dave Wood
Hi Another approach (if the number and size of the images isn't too great) is to grab the bitmapdata from each one once it's loaded and store that in an array. David What have you guys found is the best way to load images in the bg, for example with an image gallery, where once image 1