MovieClip Loader loads Captivate Movie

I have a Flash Wrapper that uses the following to load three different Captivate movies.
//-------------Movie Clip Loader-----------------\
myLoad = function(){
var mcLoader:MovieClipLoader = new MovieClipLoader();
mcLoader.loadClip(myURL, myLoader);
}
myLoad();
//------------------------------------------------\
I use menu buttons to change the var myURL and then call the function myLoad. Everything works cool except, the Captivate swf that has the quiz in it reformats, placing all of the choices to a question at the same “y” value.

Trying to find out why and how to prevent. Doesn’t make since that a loaded swf reformats.
Help
PS - The Captivate swf runs fine and looks fine outside of the wrapper.
Any help or suggestions would be appreciated
Sirrahe