Setting up x and y postion of externally loaded .swf

I have used the follwing code to load swf on button click

on(release){
loadMovieNum(“te.swf”,1);
}
Now i want to set the x and y posion of the “te.swf”

what is the code for that?