Can I Change Coordinates of LoadMovieNum?

Hello,

Is it possible to change the coordinates of a LoadMovieNum so that the external SWF does not load at the top left of screen?

Here is my current AS:

on (rollOver) {lastx = 0;}
on (release) {unloadMovieNum (2);loadMovieNum(“headshots.swf”,2);
}