Loading external swf

Hi there,

New to the forums ( and flash ) , was hoping that I can get some advice from other users. I’ve found an fla that allows movieclips to scroll , so I’m trying to load an external swf to the movieclip and the problem I’m facing is the external swf size becomes all out of whack. Can someone advice me where to look to fix this ? I’ve google alot but can’t seem to find the right answer.

Here’s how I’m calling my external swf to my movieclip

var myLoader:MovieClipLoader = new MovieClipLoader(); 
myLoader.addListener(this); 
myLoader.loadClip("clicktest.swf", contentHolder_mc); 
function onLoadInit(mc:MovieClip) 
{ 
trace("content has been loaded into "+mc); 
}