# loadMovieNum - load ext. swf in NextHigherLevel

**URL:** https://forum.kirupa.com/t/loadmovienum-load-ext-swf-in-nexthigherlevel/259146
**Category:** flash
**Created:** [May 1, 2008, 1:56pm UTC](https://forum.kirupa.com/t/loadmovienum-load-ext-swf-in-nexthigherlevel/259146 "2008-05-01T13:56:44Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JoseB](https://avatars.discourse-cdn.com/v4/letter/j/b19c9b/32.png) [@JoseB](https://forum.kirupa.com/u/JoseB)
#### Post date: [May 1, 2008, 1:56pm UTC](https://forum.kirupa.com/t/loadmovienum-load-ext-swf-in-nexthigherlevel/259146/1 "2008-05-01T13:56:44Z")

</div>

I am loading multiple external swf into a main swf (slides), but they collapse in the root.

This is the code I am using now

emty\_mc.loadMovieNum(“gallery.swf”);

I used to have a code instead of using levels for each empty movie clip, something like

NextHigherLevel

that fixed the problem before, but I forgot how to use it.

Can somebody give me the right code to load multiple swf files without collapsing in the root, using NextHigherLevel?

Thanx in advance
