How to attach library elements inside a loaded movie

Hello,

I have loaded a .swf multiple times, and all is working. I am indexing these .swf’s in an array.

I now want to have control over which clip inside the .swf’s are loaded. I have many clips inside, all with linkage classes and runtime sharing off.

Should runtime be on? I would assume this would cause conflict with loading multiple instances of the .swf

so how do I attach / remove the library elements into the loaded .swf’s ‘container’ movieclip?