Since I havent been getting help in flash mx 2004 thread

i’ll try here, since i am creating a game with mysql php and flash
link -> www.soul.clearphp.com/soul
if you want to see the keys


login: keys
pass:

so first problem, (BACKSPACE) (MENU) sometimes it gets jammed, I’m using a setInterval(selectMenu,15);
selectMenu is if(Key.isDown(Key.BACKSPACE)){selectMenu._visible=!selectMenu._visible;}

second problem is with class files, so when I load the board i load the stats into a class Player(var player:Object = new Player(blah blah blah blah);), when I get into a battle I edit the player stats like player.experience = player.experience + 5; then I save the stats back into a database and goes back to the board scene, the problem is the stats aren’t changed until i refresh the page, why is that?