# Help meeeeeee!

**URL:** https://forum.kirupa.com/t/help-meeeeeee/29041
**Category:** Uncategorized
**Created:** [August 21, 2003, 2:02pm UTC](https://forum.kirupa.com/t/help-meeeeeee/29041 "2003-08-21T14:02:17Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Ashleek007](https://avatars.discourse-cdn.com/v4/letter/a/e5b9ba/32.png) [@Ashleek007](https://forum.kirupa.com/u/Ashleek007)
#### Post date: [August 21, 2003, 2:02pm UTC](https://forum.kirupa.com/t/help-meeeeeee/29041/1 "2003-08-21T14:02:17Z")

</div>

ive created a site which uses the load movie action to load pages of the site. The problem is that when I click on a link after an initial click the first page becomes visible for a second then the page I requested loads.

is there an unload movie action that would prevent this or any other way I can solve it?

eg.  
the site opens with the index.swf loaded, i then click on the enter button and players.swf is loaded(this wrks fine), i then further click on playerprofile.swf and the index.swf flashes for an instant before the playerprofile is finally loaded.!!

any help is appreciated:)

---

<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: [August 21, 2003, 2:13pm UTC](https://forum.kirupa.com/t/help-meeeeeee/29041/2 "2003-08-21T14:13:21Z")

</div>

what level are you loading your movies into? Try using loadMovieNum and \_level 0 to load the next movie into this way it’ll automatically load over the last movie (which sits on \_level 0 by default) when you load the next.

Hope this helps 😛

---

<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: [August 21, 2003, 2:13pm UTC](https://forum.kirupa.com/t/help-meeeeeee/29041/3 "2003-08-21T14:13:59Z")

</div>

c’mon, throw me a frikken bone here!!:sigh:  
sorry not you thanks for the help thow!!haha

---

<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: [August 21, 2003, 2:15pm UTC](https://forum.kirupa.com/t/help-meeeeeee/29041/4 "2003-08-21T14:15:48Z")

</div>

erm… whassup!?

---

<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: [August 21, 2003, 2:18pm UTC](https://forum.kirupa.com/t/help-meeeeeee/29041/5 "2003-08-21T14:18:01Z")

</div>

this is the code ive got on the enter button which takes me to the main page

on (release) {  
\_root.contents.loadMovie(“index\_main.swf”,0);  
}

this doesnt wrk, can you give any suggestions?

cheers:beam:

---

<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: [August 21, 2003, 2:20pm UTC](https://forum.kirupa.com/t/help-meeeeeee/29041/6 "2003-08-21T14:20:13Z")

</div>

strange that, it works okay for me. Okay, try using:

```auto

unloadMovieNum(0);

```

before you load the next movie 😉

---

<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: [August 21, 2003, 2:29pm UTC](https://forum.kirupa.com/t/help-meeeeeee/29041/7 "2003-08-21T14:29:15Z")

</div>

ok, i did that but it just doesnt load the next page then!

hmmm, ive taken off the level number now because the default is level 0, but dont kno where to go.

I’ve also tried setting the level of the next one to ‘1’ then unloading level ‘0’ but this has the same effect?!!!

Is there a way which I can set the level of the already loaded first page then unload it after the other has loaded?

cheers  
😉
