How to change Unity3D WebPlayer view size?

http://www.tasharen.com/ngui/example3.html
This is a sample of NGUI, it’s view size not 960600, but in unity3D, choose Build Web Player, when running in the Web, it’s view size always 960600, how to change the view size? and is there special setting in unity3D?

After you make your web build. Get in it’s folder. Find the html document WebPlayer.html. Open it in notepad or something. Find a line of code near the top, approximately 8-10 lines or so down, that resembles this →

unityObject.embedUnity("unityPlayer", "whatever.unity3d", 500, 500);

change the numbers on there (…500, 500…) to whatever size it is you’re wanting.