PDA

View Full Version : Preloading external JPEG's


skomi101
09-17-2004, 10:15 AM
Hello,

I have read many tutorials for preloading swf, but haven't found anything that will preload external image.

Because I was unable to do this, I had to put every image into swf and give it a preloader. It was working fine for me until I had to put over 100 images on the scene.

Does anyone know how to make percentage preloader, which can work with external jpegs?

Please help!

Billy T
09-17-2004, 01:27 PM
same as a 'normal' preloader

load the jpgs into a holder

then getBytesLoaded etc on the holder

just make sure that the enterFrame script with the preloader code isnt attached to the holder

here's an example

cheers

skomi101
09-17-2004, 08:54 PM
Thanks for help! This will do the job. :)