flash xml images

  • Started
  • Last post
  • 1 Response
  • cvirus

    if i am loading a bunch of images from named from an xml file (20 or so), how does one make sure the first few are loaded and keep loading the rest, so by the time the viewer gets to later points in the movie the images are there, but they don't have to wait around for them all to load before it begins?

    Do you evaluate the images being loaded with getBytesLoaded and then make the function call to start the movie?

  • PonyBoy0

    Enter response:

    set up a MovieClipLoader (or something like that) and use the methods for that Object that allow you to watch and see if a file is loaded or not...

    http://www.actionscript.org/tuto…

    there are the methods there (or 'callbacks')...