heres the swf files of the first two pages of my site.
click on the enter button then players button then the back button
can you see that the first page is displayed after each click?
how do I stop this?
I have used load movie to open each page and used the default level of 0 for then here is the code behind the first buttons
ENTER BUTTON
on (release) {
_root.contents.loadMovie(“index_main.swf”);
}
PLAYERS BUTTON
on (release) {
_root.contents.loadMovie(“index_players.swf”);
}
can anyone help me???