MovieClipLoader scales the loaded content

I’m doing a small site in which I’m probably gonna use a simple layout and load the actual content as swf’s into a box…

So far, the listeners for the MovieClipLoader class works fine, but the loaded content (which has the same exact size as the box it is loaded into) is being scaled in a strange way. I can’t seem to fix it, no matter what. When I trace the width and height after the clip is loaded I get the numbers I want (mostly) but it still LOOKS stretched. I’ve checked that the container clip isn’t scaled, I’ve set the xscale and yscale to 100, I’ve manually tried to set the width and height (with the onLoadInit listener AND the onLoadComplete listener) but the numbers does not work as they should… It does resize, but not to the exact values I give it.

I can’t find what’s wrong. Sorry for not being able to post any code, I don’t have access to the files right now. I hope someone will be able to help me anyway.