Forum Moderators: open

Message Too Old, No Replies

preload contents of XML file

Pics in XML file need to be preloaded before movie starts

         

coertli

9:59 pm on Mar 1, 2006 (gmt 0)

10+ Year Member



I have an xml file that contains 20 pics, which I read into an array called pArray. I need to have a preloader that will load all of the pictures before the flash movie actually starts. This is because there are smooth transitions for all of the pictures, and if they aren't loaded, then the transitions get really choppy.

Anything will help, because I am completely cluless.

Richard_N

11:36 pm on Mar 1, 2006 (gmt 0)



you can not (as far as I know off the top of my head) load all the pictures but you can easily preload one image before displaying the next with a listener and the onloadComplete parameter.