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

**URL:** https://forum.kirupa.com/t/help-req-loading-a-movie-into-a-certain-section/133
**Category:** flash
**Created:** [July 6, 2002, 2:26pm UTC](https://forum.kirupa.com/t/help-req-loading-a-movie-into-a-certain-section/133 "2002-07-06T14:26:40Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kruza](https://avatars.discourse-cdn.com/v4/letter/k/a9a28c/32.png) [@kruza](https://forum.kirupa.com/u/kruza)
#### Post date: [July 6, 2002, 2:26pm UTC](https://forum.kirupa.com/t/help-req-loading-a-movie-into-a-certain-section/133/1 "2002-07-06T14:26:40Z")

</div>

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)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 6, 2002, 6:34pm UTC](https://forum.kirupa.com/t/help-req-loading-a-movie-into-a-certain-section/133/2 "2002-07-06T18:34:51Z")

</div>

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.
