Trouble loading an external XML gallery into a movie clip

I am buidling a website in which i am importing external movie clips (swfs) using actions script 2.0
all of my imported movie clips so far work fine, but when it comes to import the xml gallery the who website goes in a loop. here is the script i am using to load the external movie clips.
/////////

this.createEmptyMovieClip(“container”);
container.loadMovie(“xmlgallery.swf”);
stop();

////////

is very basic but it works for what i am doing. the question is HOW DO I LOAD THE XML GALLERY if this basic script doesn’t work for it is there another way to do it?

I appreciate the help THANKS!

[QUOTE=WhiteRau;2331583]hey Doc:

what code is IN the ‘xmlgallery.swf’? i suspect you might have a few stray ‘this’ referencess in there that, once loaded are now referring to a totally different scope. i’m also presuming the ‘xmlgallery.swf’ works fine on it’s own, right?

or there are nuclear rabbits eating your code, in which case: you’re boned. :wink:

WR![/QUOTE]

what do you suggest i do? can you help me out? would it be best to send you the source files or just the code?