::Help Req:: Loading a movie into a certain section

If i set-up a scene with buttons and interface i want to press a button to load a movie but not covering the whole page (template) just to be shown in a section, how do i got about doing that?

thanks in advance!

(actionscript please)

loadMovie (moviename, target);
just don’t loadMovieNum into a level (which covers the whole scene),
but into an empty container target movie clip, which you size and position as needed.