Help meeeeeee!

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:)

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 :stuck_out_tongue:

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

erm… whassup!?

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:

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


unloadMovieNum(0);

before you load the next movie :wink:

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
:wink: