A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Movie inside a Movie

  1. #1
    Junior Member
    Join Date
    Jun 2002
    Posts
    27

    Movie inside a Movie

    During a certain part of my movie, I want to play another movie in a designated space.

    How do I do it. I stoped Moive1 with a STOP action script. Now all I need is the action script to play "Movie2.swf" that is WIDTH=200 & HEIGHT=180.

    HELP.

    BYOlson@aol.com

  2. #2
    Senior Member FPChris's Avatar
    Join Date
    May 2003
    Location
    NJ
    Posts
    644
    If movie2 is inside movie1 make sure your stop(); isn't
    coming before the frame where movie2 is, otherwise it will
    never reach movie2.

    M1 Clip
    .......|....... layer1 | is frame to stop(); on
    .......M2...... layer2 frame contains MC2

    If movie2 is also stopped you'll need to add just before the stop();
    like...

    this.Movie2.play(); //tell mc2 to play
    stop(); //stop mc1

    Chris
    http://www.**********-dms.com

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