# Loading movie into a level

**URL:** https://forum.kirupa.com/t/loading-movie-into-a-level/88866
**Category:** Uncategorized
**Created:** [May 3, 2005, 5:35am UTC](https://forum.kirupa.com/t/loading-movie-into-a-level/88866 "2005-05-03T05:35:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rapski85](https://avatars.discourse-cdn.com/v4/letter/r/aeb1de/32.png) [@rapski85](https://forum.kirupa.com/u/rapski85)
#### Post date: [May 3, 2005, 5:35am UTC](https://forum.kirupa.com/t/loading-movie-into-a-level/88866/1 "2005-05-03T05:35:52Z")

</div>

Hey guys,

I have mc’s loading into a main mc. The problem is, they load infront of navigation? i tried loading them on levels 1,2,3,10, but it still does the same thing? Im thinking maybe its got to do with the main movie itself and its level?, not the movies loading into it??? please help someone!!

here is the code i have on the main mc (that load the movies)

```auto
 _root.contents.loadMovie("home.swf",10);

```

thanx in advance guys!
