Unity Web Player Default to Full Screen

I tried looking this up online but all I seemed to get is that if you right click it will let you go to full screen.

The problem with right clicking to go to full screen is that most users will not know to do that intuitively.

What I want to know is how to get the web player to default to full screen when you open the application.

Is this possible??

You could have a button in a settings panel saying “Full Screen”, then set it like this:

Screen.SetResolution( Screen.currentResolution.width, Screen.currentResolution.height, true );