<window>
	<controls>
		<control type="image">
			<posx>0</posx>
			<posy>0</posy>
			<width>1920</width>
			<height>1080</height>
			<texture>bg_screen.jpg</texture>
			<!--visible>!Player.HasVideo</visible-->
		</control>
		<control type="image">
			<posx>77</posx>
			<posy>292</posy>
			<width>720</width>
			<height>406</height>
			<texture>shadowframe.png</texture>
			<aspectratio>stretch</aspectratio>
			<visible>Control.IsVisible(23) + Player.HasMedia</visible>
		</control>
		<control type="videowindow">
			<posx>80</posx>
			<posy>295</posy>
			<width>714</width>
			<height>400</height>
			<aspectratio align="center">scale</aspectratio>
			<!--visible>Player.HasMedia</visible-->
			<visible>Control.IsVisible(23) + Player.HasMedia</visible>
		</control>
		<control type="label" id="23">
			<description>Visible when video enabled</description>
			<height>0</height>
			<width>0</width>
			<posx>9000</posx>
			<posy>9000</posy>
		</control>
	</controls>
</window>
