A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [F8] attaching a mc from the library into a loaded swf

  1. #1
    Slinky Designs slinky2000's Avatar
    Join Date
    Jun 2001
    Location
    Ireland
    Posts
    1,227

    [F8] attaching a mc from the library into a loaded swf

    hey folks

    I'm trying to do this

    Code:
    targetMC.attachMovie("bullet_bar", "bullet_bar", 20);
    the targetMC is the location of another loaded swf file. the bullet_bar movieclip is in the library of my root swf

    can this work cos I'm having a few problems

  2. #2
    Senior Member
    Join Date
    Sep 2001
    Location
    Manhattan
    Posts
    398
    You can not attach anything from the library of a different swf. It is a security measure in the player. You have to find a work around. Good luck.
    JA

  3. #3
    Slinky Designs slinky2000's Avatar
    Join Date
    Jun 2001
    Location
    Ireland
    Posts
    1,227
    cheers, thought so

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