Hi! I got a simple question. (two actually) I made a game in Flash, but when i want to publish it as an .exe file for burning on CDs, it has that flash player menu on the top, and I can't set it to be full screen. Pls help.
Thanks guys. I solved the problem. I used
fscommand("fullscreen",true); fscommand("showmenu",false);
Self-explanatory.