Loadmovie

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

Are you loading all of the swf’s to the same level?

The index one might be loaded on a lower level then the next two. If you don’t want to see the index, eg have it replaced by whatever content the EU wants to go to, just put all the externally loaded swf’s on the same loadmovie level.

I dont know, dont really know what levels are?

could you explain?

this is the code I used on each button
think the level is the root?

on (release) {_root.contents.loadMovie(“index_players_U.swf”);}