A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: 2 swf's in 1

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    17
    Hi All!,
    Just wondering if anyone knew how to have say 2 objects, from 2 different swf files and have them together in the same frame??? I was hoping this would increase the speed of the overall movie!
    Thanx

  2. #2
    HVAC guru
    Join Date
    Oct 2000
    Location
    Chico, California
    Posts
    152
    If you are asking "can you have 2 swf's embedding in one html page?" yes. Just place them in layers.
    If you are asking "can you have 2 swf's on one stage?" yes. Just place them on different layers.

  3. #3
    Junior Member
    Join Date
    Feb 2001
    Posts
    17

    how?

    errrrr how?

  4. #4
    HVAC guru
    Join Date
    Oct 2000
    Location
    Chico, California
    Posts
    152
    What exactly are you wanting to do?

  5. #5
    Junior Member
    Join Date
    Feb 2001
    Posts
    17
    Well just make it so that the flash animation runs faster!
    So like it loads two different things from 2 different swf files! for example it would load the background from 1 swf file and the menu from another swf file!

  6. #6
    the usual
    Join Date
    Jul 2000
    Posts
    1,482
    just put this in a frame when you want a second movie to load in


    loadMovieNum ("movie2.swf", 1);

    this will load "movie2" over the first movie in a layer

    Anything else?

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