Advertisement
Guest User

Overlay 0.1

a guest
Mar 18th, 2010
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.04 KB | None | 0 0
  1. <window id="2004">
  2. <defaultcontrol always="true">2</defaultcontrol>
  3. <allowoverlay>yes</allowoverlay>
  4.     <animation type="WindowOpen">
  5.         <effect type="slide" start="-600,0" end="0,0" time="600" tween="cubic" easing="out" delay="400" />
  6.         <effect type="fade" start="0" end="100" time="600" delay="200" />
  7.     </animation>
  8.     <animation type="WindowClose">
  9.         <effect type="slide" start="0,0" end="-200,0" time="600" tween="cubic" easing="out" />
  10.         <effect type="fade" start="100" end="0" time="600" />
  11.     </animation>
  12. <controls>
  13.     <include>DialogBack</include>
  14.     <control type="group">
  15.             <posx>50</posx>
  16.             <posy>820</posy>
  17.             <!-- Video Window -->
  18.             <control type="videowindow" id="1">
  19.                 <width>300</width>
  20.                 <height>300</height>
  21.                 <texturebg>shine.png</texturebg>
  22.             </control>
  23.             <!-- Video Progress -->
  24.             <control type="progress" id="23">
  25.                 <posy>220</posy>
  26.                 <width>305</width>
  27.                 <height>23</height>
  28.                 <info>Player.Progress</info>
  29.                 <texturebg>progress-background.png</texturebg>
  30.                 <midtexture>center-progress.png</midtexture>
  31.                 <overlaytexture>-</overlaytexture>
  32.                 <colordiffuse>babyblue</colordiffuse>
  33.                 <visible>-</visible>
  34.             </control>
  35.             <!-- Video Information -->
  36.         <control type="group">
  37.             <posx>330</posx>
  38.             <posy>10</posy>
  39.             <align>left</align>
  40.             <control type="label">
  41.                 <posy>75</posy>
  42.                 <width>200</width>
  43.                 <info>ListItem.Label</info>
  44.                 <font>listinfo</font>
  45.                 <textcolor>babyblue</textcolor>
  46.                 <label>Now Playing</label>
  47.             </control>
  48.             <control type="label">
  49.                 <posy>120</posy>
  50.                 <width>200</width>
  51.                 <info>ListItem.Label</info>
  52.                 <font>timeinfo</font>
  53.                 <textcolor>White</textcolor>
  54.                 <label>$INFO[VideoPlayer.Title]$INFO[VideoPlayer.Year, | ]</label>
  55.             </control>
  56.             <control type="label">
  57.                 <posy>170</posy>
  58.                 <width>200</width>
  59.                 <info>ListItem.Label</info>
  60.                 <font>timeinfo</font>
  61.                 <textcolor>White</textcolor>
  62.                 <label>$INFO[VideoPlayer.Time]$INFO[VideoPlayer.Duration , / ]</label>
  63.             </control>
  64.         </control>
  65.     </control>
  66. </controls>
  67. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement