I’ve seen many games on this site which allow people to right click and press play/forward/back before the game has loaded, which means the player can ‘cheat’. I strongly advise every flash author to implement this code on the frames throughout their game:
Stage.showMenu=false;
~Penboy