I've looked around, and can't seem to find anything which mentions my situation:

I am doing very simple LoadMovie experiements:

- Click on a button:

on (release) {
loadMovie("sample.swf", "frame");
}

- This loads SWF Sample into the MC that I have called "Frame". I have made sure that sample.swf is the same dimensions as MC Frame.

However, when I execute this, the sample.swf is much bigger in size and doesn't fit within MC Frame.

Why is this happening?