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.!!
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.