Files
addon/resources/skins/Default/720p/TrailerWindow.xml
2020-09-08 20:33:17 +02:00

89 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<window>
<allowoverlays>false</allowoverlays>
<controls>
<control type="image" id="10">
<top>0</top>
<left>0</left>
<width>1280</width>
<height>720</height>
<texture colordiffuse="FF000000">white.png</texture>
<visible>Player.HasVideo</visible>
<animation effect="fade" start="0%" end="100%" time="200">VisibleChange</animation>
</control>
<control type="videowindow" id="2">
<top>0</top>
<left>0</left>
<width>1280</width>
<height>720</height>
<visible>Player.HasVideo</visible>
<animation effect="fade" start="0%" end="100%" time="200">VisibleChange</animation>
</control>
<control type="image" id="10">
<top>260</top>
<left>540</left>
<width>200</width>
<height>200</height>
<texture>Infoplus/pause.png</texture>
<visible>Player.Paused</visible>
<animation effect="fade" start="0%" end="100%" time="200">VisibleChange</animation>
</control>
<control type="image" id="10">
<top>260</top>
<left>540</left>
<width>200</width>
<height>200</height>
<texture>Infoplus/rewind.png</texture>
<visible>Player.Rewinding</visible>
<animation effect="fade" start="0%" end="100%" time="200">VisibleChange</animation>
</control>
<control type="image" id="10">
<top>260</top>
<left>540</left>
<width>200</width>
<height>200</height>
<texture>Infoplus/forward.png</texture>
<visible>Player.Forwarding</visible>
<animation effect="fade" start="0%" end="100%" time="200">VisibleChange</animation>
</control>
<control type="image" id="10">
<top>260</top>
<left>540</left>
<width>200</width>
<height>200</height>
<texture>Infoplus/play.png</texture>
<visible>Player.Play</visible>
<animation effect="fade" start="0%" end="100%" time="200">VisibleChange</animation>
</control>
<control type="button" id="4">
<top>0</top>
<left>0</left>
<width>426</width>
<height>720</height>
<visible>Player.HasVideo</visible>
<onclick>PlayerControl(Rewind)</onclick>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
</control>
<control type="button" id="5">
<top>0</top>
<left>426</left>
<width>426</width>
<height>720</height>
<visible>Player.HasVideo</visible>
<onclick>PlayerControl(Play)</onclick>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
</control>
<control type="button" id="6">
<top>0</top>
<left>853</left>
<width>426</width>
<height>720</height>
<visible>Player.HasVideo</visible>
<onclick>PlayerControl(Forward)</onclick>
<texturefocus></texturefocus>
<texturenofocus></texturenofocus>
</control>
</controls>
</window>