web player problems

when i export my game from unity into a web player when i play the game it dosent fit eveything onto the small box which the web player gives me. please can anyone help me with this that dosent involve having to move every thing more into the center.

For pc and mac, it should give options at the begining when you first run the exe.

As for the web player, open the html file it gives out with notepad or a text editor of your choice, find the line:

unityObject.embedUnity("unityPlayer", "WebPlayer.unity3d", 600, 450);

Change the 600X450 to what resolution you'd like. That is the normal resolution that'd look good on most monitors as not many people use a computer to play games that is lower than that size...

Hope that helps =).