preload multiple .swf?

Out of context: Reply #1

  • Started
  • Last post
  • 5 Responses
  • CX0

    Sorry but I am mentally challenged when it comes to most code.

    I am trying to use this preloader that I use normally for main movies. But I want to keep this loader on the main timeline and load multiple swfs.

    Here is the code Ive been using.

    Anyway I can modify it quickly to do this? OR If anyone has any source or a link that would be great too.

    total_bytes = _root.getBytesTotal();

    loaded_bytes = _root.getBytesLoaded();

    remaining_bytes =total_bytes-loaded_bytes;

    percent_done =int((loaded_bytes/total_bytes...

    bar.gotoAndStop(percent_done);

    if(percent_done = 100) {
    gotoAndPlay ("image");

    }

View thread