The attachmovie method places a movieclip (from the current SWF's library) on the stage in real time.

Now what if I have Swf002 loaded within swf001 and i would like to "attachmovie" from swf001's library (export for actionscript) and loaded into swf002. Is this possible?

Why I ask is because every swf file loaded into swf001 will want to use this moveiclip (names "sys_messeges") and I would rather not have a copy in each swf because I would like to keep file size down. (It might be easy to just draw this gfx via actionscript but I do not have experience with this and would rather be able to load a movieclip from the main level (I think _level0) and use it in all my swfs loaded into the main swf.

Any suggestions.