Flash Problem

Out of context: Reply #1

  • Started
  • Last post
  • 18 Responses
  • unfittoprint0

    are you doing it progresivelly?

    #1 have a list of those jpegs paths on an XML/array.

    #2 create a var count:Number = 0 to target the images in your array/xml.

    #3 a for loop to create all the jpeg containers, using as a reference your xmlimages path array.

    #4 add an onLoadComplete event to an moviecliploader listener. increment the count var after completion. proceed to the next loadclip();

    #5 myloader.loadClip(images[count...

    note: even tough I use a personal Loader version, I'm pretty sure that the same MovieCLipLoader Class object can load multiple images.

View thread