# Loading movie

**URL:** https://forum.kirupa.com/t/loading-movie/17611
**Category:** Uncategorized
**Created:** [April 7, 2003, 2:57pm UTC](https://forum.kirupa.com/t/loading-movie/17611 "2003-04-07T14:57:33Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![OhSoSolid](https://avatars.discourse-cdn.com/v4/letter/o/5f8ce5/32.png) [@OhSoSolid](https://forum.kirupa.com/u/OhSoSolid)
#### Post date: [April 7, 2003, 2:57pm UTC](https://forum.kirupa.com/t/loading-movie/17611/1 "2003-04-07T14:57:33Z")

</div>

what did i do wrong?

[this is what i made](http://www.maddesign.nl/load)

[this is what i wanted](http://www.kirupa.com/developer/flash5/loadmovie.htm)

please help me out

thanx,  
Tim

---

<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: [April 7, 2003, 3:11pm UTC](https://forum.kirupa.com/t/loading-movie/17611/2 "2003-04-07T15:11:04Z")

</div>

it seems like you’re loading the swf into the same level… :-\

---

<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: [April 7, 2003, 3:18pm UTC](https://forum.kirupa.com/t/loading-movie/17611/3 "2003-04-07T15:18:44Z")

</div>

> \*Originally posted by kax \*  
> \*\*it seems like you’re loading the swf into the same level… :-\ \*\*

I know…

but what do I have to do about it to get i like the tutorial?!

---

<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: [April 7, 2003, 3:25pm UTC](https://forum.kirupa.com/t/loading-movie/17611/4 "2003-04-07T15:25:13Z")

</div>

change the level…

```auto
loadMovieNum("movie.swf", **1** );

```

or you can load into a target MovieClip. check out this tutorial [loading techniques](http://www.kirupa.com/developer/mx/loading.htm)

=)
