# LoadMovieNum & go to Specific Frame?

**URL:** https://forum.kirupa.com/t/loadmovienum-go-to-specific-frame/272571
**Category:** Uncategorized
**Created:** [October 6, 2008, 5:11pm UTC](https://forum.kirupa.com/t/loadmovienum-go-to-specific-frame/272571 "2008-10-06T17:11:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Crystal](https://avatars.discourse-cdn.com/v4/letter/c/2bfe46/32.png) [@Crystal](https://forum.kirupa.com/u/Crystal)
#### Post date: [October 6, 2008, 5:11pm UTC](https://forum.kirupa.com/t/loadmovienum-go-to-specific-frame/272571/1 "2008-10-06T17:11:54Z")

</div>

Hello All-

So I have been searching and searching online for a solution to this problem, with no luck. I have found several forums with people asking the same question, yet no answer.

Here’s what I am trying to to… I have a container movie that loads in external swf’s. The external swf’s that I am loading into the container movie are all divided into sections (section1, section2, and so on…). Each section contains several different pages, which I have divided up with frame labels (section\_1a, section\_1b, etc.). What I would like to do, is load the external swf and go to a specific frame. Logically, it would seem like this code would work, but for some reason it’s not…

```auto

loadMovieNum("section1.swf", 1);
_level1.gotoAndStop("section_1b");

```

Any help would be greatly appreciated! I don’t have a preference in using loadMovie vs. loadMovieNum, I would just like something to work! So, if somebody could please shed some light on this, that would be fantastic.

Thank you very much and have a great day! :insomniac:
