A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [RESOLVED] loading movie from target in another file

  1. #1
    Senior Member
    Join Date
    Jun 2003
    Posts
    231

    resolved [RESOLVED] loading movie from target in another file

    I need to know how to loadmovie into a target that is located in another file that is loaded onto the stage. Any suggestions? AS2

  2. #2
    Senior Member
    Join Date
    Jun 2003
    Posts
    231
    Solved.

    Something like this would work
    on (release) {
    loadMovie("side.swf", _root.center_mc.map_content);
    }

  3. #3
    Senior Member
    Join Date
    Jun 2003
    Posts
    231
    But if anyone does know how to get into a particular FILE and not just root would be helpful as well

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