A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Loading Mutiple Swfs

  1. #1
    Member
    Join Date
    Jan 2001
    Posts
    45
    I know this is probably simple and I'm making it hard, but...

    Could some one provide me with some script that will load multiple .swf(s) at once?

    I tried to put two load movies in one frame, but only one movie would load.

  2. #2
    Member
    Join Date
    Mar 2001
    Posts
    66
    Make sure you're loading them all into different levels/targets:

    loadMovieNum ("movie1", 1);
    loadMovieNum ("movie2", 2);
    loadMovieNum ("movie3", 3);

    The above script in one frame should do the trick....

    Cheers,

    motiv

  3. #3
    Member
    Join Date
    Mar 2001
    Posts
    66
    I should probably clarify:

    loadMovieNum ("movie1", 1);

    "movie1" is the name of your movie (ex. portfolio.swf)

    1 is the level number this could be replaced with an instance name if you're targetting a movie clip.


    Cheers,

    motiv

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center