A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Loading a movie with two swf files

  1. #1
    Junior Member
    Join Date
    Jun 2002
    Posts
    6
    I have two flash movies that actually make up one big movie. I was told this is the way to go. One movie is tiny it is around 20K the other is a bear it is around 800K. In my preloader is there anyway to set it up so the small movie starts to play and somehow load the big movie in the background? Thank you in advance for your time and cooperation

  2. #2
    United States Presidential Hopeful in 2028
    Join Date
    Dec 2000
    Posts
    756
    What you can do it create a blank movie clip as a target to load the second clip. Create the clip in the first SWF, give it an instance name, and set the visability to FALSE.

    Then use loadMovie to load the bigger movie in the target clip which will be invisible. This should begin the loading process while the user does whatever is in the first movie. Then when the second movie is loaded it will have already begun to load.

  3. #3
    Junior Member
    Join Date
    Jun 2002
    Posts
    6

    Thanks

    Thanks, I will give it a try.

  4. #4
    Senior Member
    Join Date
    Apr 2001
    Location
    gold coast australia
    Posts
    179

    background loading

    I am looking to do this ready loading that you guys are talking about but am having a few probs could you continue this thread please or even post a fla

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