LoadMovie script

I want to load cube.swf into a emptyclip on the stage…

I used the following code
loadMovie(“childmovies/3d.swf”, _root.emptyclip);

I was also interested in seeing how to target a loadMovie to a position on the stage x and y position…

Any Idea how to structure this code?