A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: controling the loaded extrenal SWSs ???

  1. #1
    Member
    Join Date
    Jan 2004
    Location
    Kathmandu
    Posts
    70

    controling the loaded extrenal SWSs ???

    Hi,
    Does any one of u know how to control the timeline of loaded (with the help loadMovie())external swf ??? If I need to stop the animation of that loaded swf by pressing the button in my main swf , how do I do that ?

    Please let me know about that.

    Every kind of inro or help would be greatly appreciated !!

    Thankz


    Ishwor
    from Nepal

  2. #2
    Senior Member studioqtopia's Avatar
    Join Date
    Nov 2003
    Location
    California
    Posts
    582
    if u use loadMoive into an empty mc. like this example i've given the target mc for the loaded swf and instance name of "targetMc".

    loadMoive("someName.swf", targetMc);

    then the loaded swf's _root timeline assumes the name targetMc. so from u'r main movie the path from it's _root to the loaded swf's _root is just targetMc.gotoAndPlay("somewhere");

    hope that's clear
    sean

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