How to hide "Go Fullscreen" dialog window?

I tried to search at a forum, but have not found.
I need to hide this window in web player composition.

The Player Settings does not help me.
Where I must to search?

123423--4627--$screen_shot_unity3d_167_168.png

Here: http://unity3d.com/support/documentation/Manual/WebPlayerBehaviorTags.html

Thanks a lot, Aras, again! :slight_smile:

Hmm. I’m little confused. It’s look like, what this method does not work. May be I’m wrong?

<object id="UnityObject" classid="clsid:444785F1-DE89-4295-863A-D46C3A781394" width="800" height="600" codebase="http://webplayer.unity3d.com/download_webplayer-2.x/UnityWebPlayer.cab#version=2,0,0,0">
					<param name="src" value="BuildTest09.unity3d" />
					<param name="disableContextMenu" value="true" />
					<embed id="UnityEmbed" src="BuildTest09.unity3d" width="800" height="600" type="application/vnd.unity" pluginspage="http://www.unity3d.com/unity-web-player-2.x" disableContextMenu="true" />
					<noembed>
						<div align="center">
							This content requires the Unity Web Player


							[url="http://www.unity3d.com/unity-web-player-2.x"]Install the Unity Web Player today![/url]
						</div>
					</noembed>
				</object>