# Problem in (loadMovieNum)

**URL:** https://forum.kirupa.com/t/problem-in-loadmovienum/266108
**Category:** flash
**Created:** [July 16, 2008, 11:34am UTC](https://forum.kirupa.com/t/problem-in-loadmovienum/266108 "2008-07-16T11:34:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![charmander](https://avatars.discourse-cdn.com/v4/letter/c/f14d63/32.png) [@charmander](https://forum.kirupa.com/u/charmander)
#### Post date: [July 16, 2008, 11:34am UTC](https://forum.kirupa.com/t/problem-in-loadmovienum/266108/1 "2008-07-16T11:34:30Z")

</div>

Hi there,  
I faced a problem when I worked with (loadMovieNum) levels

> loadMovieNum(“main.swf”, 1);  
> I got many (swf) files and I connect them by (loadMovieNum) code, each (swf) file content 7 frames, and the connection works fine when I go from level (0 to 1) or from (1 to 2) or from any level to another higher level, but when I go from (3 to 2) or (5 to 0) its works too, but by loading the last frame from the (swf) file (frame 7), How can I make the swf file plays from frame 1 to frame 7?
