# loadMovieNum

**URL:** https://forum.kirupa.com/t/loadmovienum/165922
**Category:** Uncategorized
**Created:** [October 15, 2005, 1:55am UTC](https://forum.kirupa.com/t/loadmovienum/165922 "2005-10-15T01:55:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kritikal](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/kritikal/32/1699_2.png) [@kritikal](https://forum.kirupa.com/u/kritikal)
#### Post date: [October 15, 2005, 1:55am UTC](https://forum.kirupa.com/t/loadmovienum/165922/1 "2005-10-15T01:55:35Z")

</div>

ok what happened with loadMovieNum … I feel really stupid, it doesn’t seem to work for me in flash 8…  
if I do

```auto

this.createEmptyMovieClip("container",1);
container.loadMovie("test.swf"); 

```

it works perfectly but if I use container.loadMovieNum(“test.swf”, 2); whatever level I use nothing happens…

Any reason why this is happening?

_EDIT_  
Does it have to do with the new security features of flash 8?? probably not becuase I tried exporting it as flash 7
