loadMovie("circles.swf", container);

place an empty movieclip at the desired top left coordinates. Give it the instance name container via it's properties panel and use that line of code. You will be using loadMovie (and unloadMovie) instead of loadMovieNum

gparis