Loading swf into swf

I’m trying to load another swf into a targeted frame.

so far i have an external swf setup to load into the main movies frame…upon click of a button.
ive got it working and the external swf file is set to the correct size.

problem is its loading the swf file in…but at half the size?
and in the top left hand corner

ideas?

heres the code used on the actual button (click to load swf)

on (release) {
loadMovie (“monash.swf”, “_root.screen2”);
}

cheers
vamps