How to load a "linkaged movieclip" from swf at another server?

Hi all

I need to use some external assets which are storing at some external sever domains at runtime. For example, my flash is
http://a.com/1.swf

and I wanna use a “someID” movieclip in http://www.b.com/2.swf

I tried use MovieClipLoader to load the b.com/2.swf first then use a “attachmovie” in 1.swf to use that movieclip. But it seems that the linkage working in 2.swf is not working in 1.swf this way. I am just curious that is there any solution for this requriement? Thanks very much in advance!

BTW, I am using FlashMX2004

the path will be different for one

trace (this) inside the MC you want may indicate it once you load 2.SWF in

saying that it seems a little untoward

What are you actually doing, sort of application?

Thanks, but … I don’t know how to explain. That’s all i can say …