do you mean to have a movie automatically load into an empty movie clip when the main movie starts like this: www.focimsa.com/principal.html ? because if so you just put the code

loadMovie("mymovie.swf", "contents");
stop();

on the first frame of your main movie.

my movie is the movie you want to load into your movie, contents is the instance name of the load space.

hope that helps