# loadMovie on a lower layer?

**URL:** https://forum.kirupa.com/t/loadmovie-on-a-lower-layer/48003
**Category:** flash
**Created:** [April 8, 2004, 11:47pm UTC](https://forum.kirupa.com/t/loadmovie-on-a-lower-layer/48003 "2004-04-08T23:47:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Disco\_Stu1](https://avatars.discourse-cdn.com/v4/letter/d/e79b87/32.png) [@Disco\_Stu1](https://forum.kirupa.com/u/Disco_Stu1)
#### Post date: [April 8, 2004, 11:47pm UTC](https://forum.kirupa.com/t/loadmovie-on-a-lower-layer/48003/1 "2004-04-08T23:47:20Z")

</div>

I can’t seem to figure out how to get the movie to load on a layer underneath another.

```auto
test.onPress = function () {
	_root.createEmptyMovieClip("container", 1);
	loadMovie("test_1.swf", "container");
	container._x = 0 ;
	container._y = 0 ;
}

```

do i have to set a depth over the whole script? how do i do that? thanks
