A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: controlling movies between .swf's?

  1. #1
    Junior Member
    Join Date
    Aug 2004
    Posts
    12

    controlling movies between .swf's?

    Hi,

    I have 2 swf's. Swf1 is my main Swf and I have loaded Swf2 into Swf1.
    What I need to do is control (play) a movie in Swf1 from a script in Swf2.

    Swf2 is loaded into level1 of Swf1 and the movie I want to start is on the main timeline of Swf1.

    How is this done???

  2. #2
    ___________________
    Join Date
    May 2004
    Posts
    3,174
    Code:
    _level1.gotoAndPlay(2);

  3. #3
    Junior Member
    Join Date
    Aug 2004
    Posts
    12
    Thanks heaps!

    Worked fine.

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