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