A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: External Clips and Linkage

  1. #1
    Junior Member
    Join Date
    Feb 2004
    Posts
    4

    External Clips and Linkage

    Here is the setup

    MainMovie.swf (contains Lib item aClip)
    |
    Loaded.swf (loaded via MovieClipLoader)


    What i'm trying to do is this

    loaded.attachMovie("aClip", "attachedClip", 1);

    This seems really simple to me but it doesnt work.

    Does anyone have any insite to this?

    Thx in advance

  2. #2
    FK Slacker
    Join Date
    Jun 2000
    Location
    vancouver
    Posts
    3,208
    You can't really attach a movieclip from one movie's library to anothers...

    You can get around this by using a runtime shared library though...here's a tutorial:
    http://www.flashkit.com/tutorials/Ti...1000/index.php

    HTH,

    K.

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