Skip to main content
Known Participant
June 22, 2006
Question

preloading multiple dynamic images

  • June 22, 2006
  • 11 replies
  • 836 views
I've searched this topic for hours with no luck. Basically I have an XML file with a description and the url of multiple images. When I play the flash movie the nodes of the XML are loaded into an array and then each jpg is then loaded and attached to a movie clip along with the description using a for loop. The problem I'm having is that when making a preloader it only preloads one of the images. OR if I use an external preloader, the swf file is preloaded but none of the images are. Is there a way that I can preload all of the images or preload each movie (with the image and description attached) in the for loop? Thanks!
This topic has been closed for replies.

11 replies

kglad
Community Expert
Community Expert
June 22, 2006
if you can live with a possibly erratic load status (because flash limits the number of simultaneous downloads) and your target movieclips are stored in an array that you pass to preloadF(), you can use: