home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / opsys / wmakeup / download / Half-Life_2.wmz / hl2_se.wms < prev    next >
Encoding:
Text File  |  2003-10-18  |  71.9 KB  |  382 lines

  1.  ■<!-- 
  2.     http://www.theskinsfactory.com
  3.     info@theskinsfactory.com
  4.     Half-Life 2 WMP Skin
  5. -->
  6. <theme title="Half-Life 2" author="TheSkinsFactory.com" copyright="(c) 2003 Valve Corporation. All rights Reserved. Half-Life, the Half-Life logo, and the Lambda logo are trademarks and/or registered trademarks of Valve Corporation." >
  7. <view id="mediaSwitcherView" titlebar="false" resizable="false" backgroundImage="preview.png" scriptFile="hl2.js" onload="onLoadPreview();" />
  8. <view id="controlView" titleBar="false" backgroundColor="none" scriptFile="hl2.js" onLoad="onLoadSkin()" onClose="onCloseSkin()" timerInterval="100" onTimer="checkViewStatus()" onKeyPress="viewHotKeys();" >
  9.     <player PlayState_onchange="checkControlPlayerState()" OpenState_onchange="checkControlPlayerState()" />
  10.     <video visible="false" enabled="true" />
  11. </view>
  12. <view id="mainView" width="339" height="300" titleBar="false" backgroundColor="none" scriptFile="hl2.js" onLoad="mainStartUp()" onClose="mainShutDown()"
  13.     onKeyPress="viewHotKeys();" timerInterval="1500" onTimer="toggleShutter()" >
  14.     <player PlayState_onchange="checkPlayerState()" OpenState_onchange="checkPlayerState()" status_onChange="updateMetadata('status');" currentPlaylist_onChange="updateMetadata('playlist')" >
  15.         <controls currentPosition_onchange="seek.value=player.controls.currentPosition;" />
  16.     </player>
  17.     <video visible="false" enabled="true" />
  18.     <subview id="mainBack" zIndex="1" backgroundImage="main_back.png" transparencyColor="#ff00ff" />
  19.     <subview zIndex="10" left="57" top="54" backgroundImage="m_transparency.png" passThrough="true" />
  20.     <subview zIndex="6" left="71" top="79" backgroundImage="m_meta.png" />
  21.     <subview zIndex="10" width="jscript:view.width" height="jscript:view.height" >
  22.         <button id="shutterButton" left="193" top="46" image="m_shutter_no.png" hoverImage="m_shutter_hov.gif" downImage="m_shutter_do.png" onClick="enabled = false;toggleShutter();" upToolTip="Close Shutter" downToolTip="Open Shutter" sticky="false" enabled="false" />
  23.     </subview>
  24.     <subview id="mainBackFrame" zIndex="5" width="jscript:view.width" height="jscript:view.height" visible="false" >
  25.         <text id="metadata" left="83" top="80" width="139" fontSize="10" height="30" fontSmoothing="true" fontFace="Arial" foregroundColor="#FF7A22" 
  26.             scrollingDelay="80" scrollingAmount="2" justification="center" scrolling="true" toolTip="" passThrough="true" fontStyle="bold" />
  27.         <text id="time" zIndex="2" left="76" top="95" width="47" fontSize="8" scrolling="false" fontSmoothing="true" foregroundColor="#FF7A22" 
  28.             fontStyle="bold" justification="center" value="wmpprop:player.controls.currentPositionString" fontFace="Trebuchet MS" />
  29.         <text id="time2" zIndex="2" left="69" top="112" width="45" fontSize="8" scrolling="false" fontSmoothing="true" foregroundColor="#FF7A22" 
  30.             fontStyle="bold" justification="center" value="wmpprop:player.currentMedia.DurationString" fontFace="Trebuchet MS" />
  31.         <buttongroup left="229" top="23" image="m_trans_no.png" hoverImage="m_trans_hov.gif" downImage="m_trans_do.png" mappingImage="m_trans_map.png" >
  32.             <nextelement mappingColor="#0000ff" />
  33.             <prevelement mappingColor="#0066ff" />
  34.             <stopelement mappingColor="#0033ff" />
  35.             <playelement mappingColor="#0099ff" />
  36.         </buttongroup>
  37.         <buttongroup zIndex="6" left="258" top="27" image="m_pause_no.png" hoverImage="m_pause_hov.gif" downImage="m_pause_do.png" mappingImage="m_pause_map.png" visible="wmpenabled:player.controls.pause" >
  38.             <pauseelement mappingColor="#0000ff" />
  39.         </buttongroup>
  40.         <buttongroup zIndex="6" left="103" top="101" image="m_logo_no.png" hoverImage="m_logo_hov.gif" downImage="m_logo_do.png" mappingImage="m_logo_map.png" >
  41.             <buttonelement mappingColor="#0000ff" id="infoButton" onClick="theme.savePreference('remoteCallInfo', 'true');" onMouseOver="updateToolTip('infoViewer','infoButton','Info')"  />
  42.         </buttongroup>
  43.         <customSlider id="seek" left="67" top="127" min="0" max="wmpprop:player.currentMedia.duration" borderSize="0" image="seek.png" positionImage="seek_map.png" 
  44.             enabled="true" cursor="hand" onMouseUp="player.controls.currentPosition=seek.value;toolTip='Seek'" toolTip="Seek" onKeyDown="seekKey(event)" 
  45.             onPositionChange="updateSeekToolTip();" transparencyColor="#ff00ff" />
  46.         <buttongroup left="133" top="195" image="m_open_no.png" hoverImage="m_open_hov.gif" downImage="m_open_do.png" mappingImage="m_open_map.png" >
  47.             <buttonelement mappingColor="#0000ff" onClick="openFile()" upToolTip="Open Media File" />
  48.         </buttongroup>
  49.         <customSlider id="volume" left="175" top="96" min="0" max="100" borderSize="0" image="volume.png" positionImage="volume_map.png" enabled="true" 
  50.             value="wmpprop:player.settings.volume" value_onchange="wmpprop:player.settings.volume = value;updateVolToolTip('volume');player.settings.mute = false;" cursor="hand" 
  51.             toolTip="Volume" onMouseUp="toolTip='Volume'" onKeyDown="volKey(event)" transparencyColor="#ff00ff" />
  52.     </subview>
  53.     <subview zIndex="10" width="jscript:view.width" height="jscript:view.height" >
  54.         <button id="mute" left="40" top="189" image="m_mute_no.png" hoverImage="m_mute_hov.gif" downImage="m_mute_do.png" upToolTip="Mute" downToolTip="Sound" onClick="player.settings.mute = !player.settings.mute" down="wmpprop:player.settings.mute" sticky="true" />
  55.         <buttongroup left="120" top="239" image="m_win_no.png" hoverImage="m_win_hov.gif" downImage="m_win_do.png" mappingImage="m_win_map.png" >
  56.             <buttonelement mappingColor="#0000ff" id="visButton" onClick="theme.savePreference('remoteCallVis', 'true');" onMouseOver="updateToolTip('visViewer','visButton','Vis')" />
  57.             <buttonelement mappingColor="#0033ff" id="eqButton" onClick="theme.savePreference('remoteCallEq', 'true');" onMouseOver="updateToolTip('eqViewer','eqButton','Eq')" />
  58.             <buttonelement mappingColor="#0066ff" id="plButton" onClick="theme.savePreference('remoteCallPl', 'true');" onMouseOver="updateToolTip('plViewer','plButton','Pl')" />
  59.         </buttongroup>
  60.         <buttongroup left="247" top="120" image="m_min_no.png" hoverImage="m_min_hov.gif" downImage="m_min_do.png" mappingImage="m_min_map.png" >
  61.             <buttonelement mappingColor="#0000ff" onClick="theme.savePreference('minimizeView', 'true');" upToolTip="Minimize" />
  62.             <buttonelement mappingColor="#0033ff" onClick="view.returnToMediaCenter()" upToolTip="Return To Full Mode" />
  63.             <buttonelement mappingColor="#0066ff" onClick="theme.savePreference('exitView', 'true');" upToolTip="Close" />
  64.         </buttongroup>
  65.     </subview>
  66.     <subview id="outerShutterSub" zIndex="25" left="52" top="50" backgroundImage="shutter_out_open_static.png" transparencyColor="#ff00ff" passThrough="true" >
  67.         
  68.     </subview>
  69.     <subview id="topShutterSub" zIndex="20" left="206" backgroundImage="shutter_f01.png" transparencyColor="#ff00ff" passThrough="true" />
  70.     <subview id="centerShutterSub" zIndex="8" left="59" top="56" backgroundImage="shutter_static.png" transparencyColor="#ff00ff" passThrough="true" >
  71.         <subview id="centerShutterSubStatic" zIndex="7" backgroundImage="shutter_static.png" transparencyColor="#ff00ff" passThrough="true" visible="false" />
  72.     </subview>
  73.     <subview id="locSub" >
  74.         <text id="locShowPl" toolTip="Show Playlist" />
  75.         <text id="locHidePl" toolTip="Hide Playlist" />
  76.         <text id="locShowEq" toolTip="Show Equalizer" />
  77.         <text id="locHideEq" toolTip="Hide Equalizer" />
  78.         <text id="locShowVis" toolTip="Show Visualizations" />
  79.         <text id="locHideVis" toolTip="Hide Visualizations" />
  80.         <text id="locShowInfo" toolTip="Show Half-Life 2 Information" />
  81.         <text id="locHideInfo" toolTip="Hide Half-Life 2 Information" />
  82.         <text id="locShutterClose1" toolTip="Close Outer Shutter" />
  83.         <text id="locShutterClose2" toolTip="Open Shutter" />
  84.         <text id="locShutterClose3" toolTip="Close Shutter" />
  85.     </subview>
  86. </view>
  87. <!-- playlist -->
  88. <view id="plView" width="393" height="226" minWidth="393" minHeight="226" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="hl2.js"
  89.     onLoad="loadPlPrefs();" onClose="savePlPrefs();" onKeyPress="viewHotKeys();" >
  90.     <player modeChange="updateShuffRep()" />
  91.     <subview zIndex="5" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  92.     <subview zIndex="4" top="77" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  93.     <subview zIndex="5" top="jscript:view.height-89" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  94.     <subview zIndex="4" left="78" top="jscript:view.height-121" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  95.     <subview zIndex="5" left="jscript:view.width-98" top="jscript:view.height-121" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  96.     <subview zIndex="4" left="jscript:view.width-315" top="77" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  97.     <subview zIndex="5" left="jscript:view.width-296" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  98.     <subview zIndex="4" left="86" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  99.     <subview zIndex="20" left="jscript:view.width-78" top="5" horizontalAlignment="right" backgroundImage="pl_set_no.png" >
  100.         <buttongroup image="pl_set_no.png" hoverImage="pl_set_hov.gif" downImage="pl_set_do.png" mappingImage="pl_set_map.png" >
  101.             <buttonelement mappingColor="#0000ff" id="shuffleButton" sticky="true" upTooltip="Turn Shuffle On" downTooltip="Turn Shuffle Off" down="jscript:player.settings.getMode('shuffle');" onClick="player.settings.setMode('shuffle',down);" />
  102.             <buttonelement mappingColor="#0033ff" id="repeatButton" sticky="true" upTooltip="Turn Repeat On" downTooltip="Turn Repeat Off" down="jscript:player.settings.getMode('loop');" onClick="player.settings.setMode('loop',down);" />
  103.             <buttonelement mappingColor="#0066ff" onClick="closeView('plViewer')" upToolTip="Close" />
  104.         </buttongroup>
  105.     </subview>
  106.     <subview id="plOutline" zIndex="10" left="33" top="46" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-65" height="jscript:view.height-83" backgroundColor="#000000" />
  107.     <subview id="plFrame" left="jscript:plOutline.left" top="jscript:plOutline.top" width="jscript:plOutline.width" height="jscript:plOutline.height" verticalAlignment="stretch" horizontalAlignment="stretch" backgroundColor="#000000">
  108.         <playlist id="playlist1" width="jscript:plFrame.width" height="jscript:plFrame.height" horizontalAlignment="stretch" verticalAlignment="stretch" 
  109.             backgroundColor="#000000" foregroundcolor="#FF7A22" itemPlayingColor="#ffffff" itemPlayingBackgroundColor="#FF7A22"
  110.             disabledItemColor="#556382" columns="WM/TrackNumber= ;name=Title;artist=Artist;album=Album;FileType=Type;duration=Length;" playlistItemsVisible="true" dropDownVisible="true" 
  111.             allowItemEditing="true" columnsVisible="true" allowColumnSorting="true" dropDownImage="pl_dropdown.png" dropDownBackgroundImage="pl_dropdown_back.png"
  112.             rightStatus="Total Time: %duration%" leftStatus="Selected: %SelectedDuration%" />
  113.     </subview>
  114.     <subview zIndex="20" left="jscript:view.width-34" top="jscript:view.height-30" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_resize.png" transparencyColor="#ff00ff" >
  115.         <button image="f_resize.png" onMouseDown="view.size( 'bottomright' );" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - Use Mouse or Arrow Keys" onkeydown="viewResizer(event);" />
  116.     </subview>
  117. </view>
  118. <!-- visualizations -->
  119. <view id="visView" width="393" height="226" minWidth="350" minHeight="226" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="hl2.js"
  120.     onLoad="loadVisPrefs()" onClose="saveVisPrefs()" onKeyPress="viewHotKeys();" onTimer="hideVisText()" timerInterval="6000" >
  121.     <player PlayState_onchange="checkVisualsPlayerState()" OpenState_onchange="checkVisualsPlayerState()" />
  122.     <subview zIndex="5" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  123.     <subview zIndex="4" top="77" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  124.     <subview zIndex="5" top="jscript:view.height-89" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  125.     <subview zIndex="4" left="78" top="jscript:view.height-121" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  126.     <subview zIndex="5" left="jscript:view.width-98" top="jscript:view.height-121" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  127.     <subview zIndex="4" left="jscript:view.width-315" top="77" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  128.     <subview zIndex="5" left="jscript:view.width-296" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  129.     <subview zIndex="4" left="86" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  130.     <subview zIndex="20" left="jscript:view.width-78" top="5" horizontalAlignment="right" backgroundImage="pl_set_no.png" >
  131.         <buttongroup image="vis_set_no.png" hoverImage="vis_set_hov.gif" downImage="vis_set_do.png" mappingImage="pl_set_map.png" >
  132.             <buttonelement mappingColor="#0000ff" onClick="visEffects.previous();displayVisText()" upToolTip="Previous Visualization" />
  133.             <buttonelement mappingColor="#0033ff" onClick="visEffects.next();displayVisText()" upToolTip="Next Visualization" />
  134.             <buttonelement mappingColor="#0066ff" onClick="closeView('visViewer')" upToolTip="Close" />
  135.         </buttongroup>
  136.     </subview>
  137.     <subview id="visOutline" zIndex="10" left="33" top="46" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-65" height="jscript:view.height-83" backgroundColor="#000000" />
  138.     <subview id="visMask" zIndex="15" left="jscript:visOutline.left" top="jscript:visOutline.top" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:visOutline.width" height="jscript:visOutline.height" backgroundColor="#000000" >
  139.         <effects zIndex="25" id="visEffects" left="0" top="0" width="jscript:visMask.width" height="jscript:visMask.height" windowed="false" horizontalAlignment="stretch" verticalAlignment="stretch" 
  140.         currentEffectType="wmpprop:mediacenter.effectType" currentPreset="wmpprop:mediacenter.effectPreset" currentEffectType_onchange="mediacenter.effectType=currentEffectType;" visible="true" clippingColor="#ffffff"/>
  141.         <subview zIndex="600" top="jscript:visMask.height-20" verticalAlignment="bottom" horizontalAlignment="center" width="jscript:visMask.width" height="20" >
  142.             <text id="visEffectsText" fontSize="8" fontFace="verdana" fontStyle="bold" fontSmoothing="true" foregroundColor="#ffffff" horizontalAlignment="center" value="wmpprop:visEffects.currentEffectTitle" />
  143.         </subview>
  144.     </subview>
  145.     <subview zIndex="20" left="jscript:view.width-34" top="jscript:view.height-30" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_resize.png" transparencyColor="#ff00ff" >
  146.         <button image="f_resize.png" onMouseDown="view.size( 'bottomright' );" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - Use Mouse or Arrow Keys" onkeydown="viewResizer(event);" />
  147.     </subview>
  148. </view>
  149. <!-- equalizer -->
  150. <view id="eqView" width="393" height="226" minWidth="430" minHeight="239" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="hl2.js"
  151.     onLoad="loadEQPrefs();" onKeyPress="viewHotKeys();" >
  152.     <subview zIndex="5" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  153.     <subview zIndex="4" top="77" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  154.     <subview zIndex="5" top="jscript:view.height-89" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  155.     <subview zIndex="4" left="78" top="jscript:view.height-121" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  156.     <subview zIndex="5" left="jscript:view.width-98" top="jscript:view.height-121" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  157.     <subview zIndex="4" left="jscript:view.width-315" top="77" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  158.     <subview zIndex="5" left="jscript:view.width-296" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  159.     <subview zIndex="4" left="86" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  160.     <subview zIndex="20" left="jscript:view.width-78" top="5" horizontalAlignment="right" backgroundImage="pl_set_no.png" >
  161.         <buttongroup image="vis_set_no.png" hoverImage="vis_set_hov.gif" downImage="vis_set_do.png" mappingImage="pl_set_map.png" >
  162.             <buttonelement mappingColor="#0000ff" onClick="eq.previousPreset()" upToolTip="Previous Equalizer Preset" />
  163.             <buttonelement mappingColor="#0033ff" onClick="eq.nextPreset()" upToolTip="Next Equalizer Preset" />
  164.             <buttonelement mappingColor="#0066ff" onClick="closeView('eqViewer')" upToolTip="Close" />
  165.         </buttongroup>
  166.     </subview>
  167.     <subview zIndex="20" left="32" top="45" backgroundImage="eq_back.png" >
  168.         <equalizerSettings id="eq" enabled="true" enableSplineTension="wmpprop:eq.enableSplineTension" splineTension="wmpprop:eq.splineTension"  />
  169.         <slider id="eq1" left="23" top="19" width="11" height="107" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="6" min="-14" max="14" value="wmpprop:eq.gainLevel1" value_onchange="eq.gainLevel1=value;" toolTip="31hz" direction="vertical" />
  170.         <slider id="eq2" left="40" top="19" width="11" height="107" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="6" min="-14" max="14" value="wmpprop:eq.gainLevel2" value_onchange="eq.gainLevel2=value;" direction="vertical" toolTip="63hz" />
  171.         <slider id="eq3" left="57" top="19" width="11" height="107" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="6" min="-14" max="14" value="wmpprop:eq.gainLevel3" value_onchange="eq.gainLevel3=value;" direction="vertical" toolTip="125hz" />
  172.         <slider id="eq4" left="74" top="19" width="11" height="107" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="6" min="-14" max="14" value="wmpprop:eq.gainLevel4" value_onchange="eq.gainLevel4=value;" direction="vertical" toolTip="250hz" />
  173.         <slider id="eq5" left="91" top="19" width="11" height="107" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="6" min="-14" max="14" value="wmpprop:eq.gainLevel5" value_onchange="eq.gainLevel5=value;" direction="vertical" toolTip="500hz" />
  174.         <slider id="eq6" left="108" top="19" width="11" height="107" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="6" min="-14" max="14" value="wmpprop:eq.gainLevel6" value_onchange="eq.gainLevel6=value;" direction="vertical" toolTip="1khz" />
  175.         <slider id="eq7" left="125" top="19" width="11" height="107" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="6" min="-14" max="14" value="wmpprop:eq.gainLevel7" value_onchange="eq.gainLevel7=value;" direction="vertical" toolTip="2khz" />
  176.         <slider id="eq8" left="142" top="19" width="11" height="107" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="6" min="-14" max="14" value="wmpprop:eq.gainLevel8" value_onchange="eq.gainLevel8=value;" direction="vertical" toolTip="4khz" />
  177.         <slider id="eq9" left="159" top="19" width="11" height="107" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="6" min="-14" max="14" value="wmpprop:eq.gainLevel9" value_onchange="eq.gainLevel9=value;" direction="vertical" toolTip="8khz" />
  178.         <slider id="eq10" left="176" top="19" width="11" height="107" thumbImage="eq_thumb.png" foregroundImage="eq_slider.png" slide="false" borderSize="6" min="-14" max="14" value="wmpprop:eq.gainLevel10" value_onchange="eq.gainLevel10=value;" direction="vertical" toolTip="16khz"/>
  179.         <button left="226" top="5" image="eq_reset_no.png" hoverImage="eq_reset_hov.gif" downImage="eq_reset_do.png" onClick="eq.reset();player.settings.balance=0" upToolTip="Reset Equalizer" />
  180.         <button id="fxButton" left="276" top="5" image="eq_fx_no.png" hoverImage="eq_fx_hov.gif" downImage="eq_fx_do.png" onClick="toggleSkinFx()" down="jscript:if('false'==theme.loadPreference('soundFX')) fxButton.down=true;" downToolTip="Turn On Skin Sounds" upToolTip="Turn Off Skin Sounds" sticky="true" />
  181.         <button left="326" top="5" image="eq_xfade_no.png" hoverImage="eq_xfade_hov.gif" downImage="eq_xfade_do.png" onClick="eq.crossFade = !eq.crossFade;eq.crossFadeWindow=7000" sticky="true" down="wmpprop:eq.crossFade" upToolTip="Turn On Crossfading" downToolTip="Turn Off Crossfading" />
  182.     <slider id="balance" left="237" top="44" width="103" height="11" thumbImage="eq_thumb_2.png" foregroundImage="eq_slider_2.png" slide="false" borderSize="10" direction="horizontal" toolTip="Balance" min="-100" max="100" value="wmpprop:player.settings.balance" value_onchange="jscript:player.settings.balance=value;updateBalToolTip();" onMouseUp="balance.toolTip='Balance'" />    
  183.         <button left="218" top="78" image="eq_srs_no.png" hoverImage="eq_srs_hov.gif" downImage="eq_srs_do.png" onClick="eq.enhancedAudio = !eq.enhancedAudio" sticky="true" down="wmpprop:eq.enhancedAudio" upToolTip="Turn On SRS WOW Effects" downToolTIp="Turn Off SRS WOW Effects" />
  184.         <button left="218" top="109" image="eq_speaker_no.png" hoverImage="eq_speaker_hov.gif" downImage="eq_speaker_do.png" onClick="toggleSpeaker()" enabled="wmpprop:eq.enhancedAudio" upToolTip="Next Speaker Size" />
  185.     <slider id="truBass" left="65" top="139" width="99" height="11" thumbImage="eq_thumb_2.png" foregroundImage="eq_slider_3.png" slide="false" borderSize="10" direction="horizontal" toolTip="TruBass" min="0" max="100" onPositionChange="jscript:eq.truBassLevel=value" value="wmpprop:eq.truBassLevel" enabled="wmpprop:eq.enhancedAudio" />
  186.     <slider id="wowEffect" left="258" top="139" width="99" height="11" thumbImage="eq_thumb_2.png" foregroundImage="eq_slider_3.png" slide="false" borderSize="10" direction="horizontal" toolTip="WOW Effect" min="0" max="100" onPositionChange="jscript:eq.wowLevel=value" value="wmpprop:eq.wowLevel" enabled="wmpprop:eq.enhancedAudio" />
  187.         <text id="eqPresetText2" left="50" top="5" width="109" fontSize="8" fontSmoothing="true" fontFace="arial" foregroundColor="#cccccc" 
  188.             fontStyle="bold" justification="center" value="wmpprop:eq.currentPresetTitle" passThrough="true" />    
  189.         <text id="eqPresetText" left="49" top="4" width="109" fontSize="8" fontSmoothing="true" fontFace="arial" foregroundColor="#000000" 
  190.             fontStyle="bold" justification="center" value="wmpprop:eq.currentPresetTitle" passThrough="true" />    
  191.         <text id="balanceText2" left="269" top="31" fontFace="arial" fontSize="8" fontSmoothing="true" foregroundColor="#cccccc" value="Balance" justification="right" passThrough="true" fontStyle="bold" />
  192.         <text id="balanceText" left="267" top="30" fontFace="arial" fontSize="8" fontSmoothing="true" foregroundColor="#000000" value="Balance" justification="right" passThrough="true" fontStyle="bold" />
  193.         <text id="SrsWowText2" left="253" top="81" fontFace="arial" fontSize="8" fontSmoothing="true" foregroundColor="#adadad" value="SRS WOW Effects" fontStyle="bold" passThrough="true" />
  194.         <text id="SrsWowText" left="252" top="80" fontFace="arial" fontSize="8" fontSmoothing="true" foregroundColor="#000000" value="SRS WOW Effects" fontStyle="bold" passThrough="true" />
  195.         <text id="SrsSpeaker2" left="253" top="113" fontFace="arial" fontSize="8" fontSmoothing="true" foregroundColor="#adadad" value="wmpprop:eq.currentSpeakerName" justification="left" passThrough="true" fontStyle="bold" />
  196.         <text id="SrsSpeaker" left="252" top="112" fontFace="arial" fontSize="8" fontSmoothing="true" foregroundColor="#000000" value="wmpprop:eq.currentSpeakerName" justification="left" passThrough="true" fontStyle="bold" />
  197.         <text id="SrsTruBass2" left="13" top="139" fontFace="arial" fontSize="8" fontSmoothing="true" foregroundColor="#999999" value="TruBass" justification="right" passThrough="true" fontStyle="bold" />
  198.         <text id="SrsTruBass" left="12" top="138" fontFace="arial" fontSize="8" fontSmoothing="true" foregroundColor="#000000" value="TruBass" justification="right" passThrough="true" fontStyle="bold" />
  199.         <text id="SrsWowEffect2" left="188" top="139" fontFace="arial" fontSize="8" fontSmoothing="true" foregroundColor="#999999" value="WOW Effect" justification="right" passThrough="true" fontStyle="bold" />
  200.         <text id="SrsWowEffect" left="187" top="138" fontFace="arial" fontSize="8" fontSmoothing="true" foregroundColor="#000000" value="WOW Effect" justification="right" passThrough="true" fontStyle="bold" />
  201.     </subview>
  202. </view>
  203. <!-- video -->
  204. <view id="videoView" width="393" height="287" minWidth="393" minHeight="287" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="hl2.js"
  205.     onLoad="loadVidPrefs()" onClose="saveVidPrefs()" onKeyPress="viewHotKeys();" >
  206.     <player OpenState_onchange="checkVideoPlayerState();" PlayState_onchange="checkVideoPlayerState();" />
  207.     <subview zIndex="5" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  208.     <subview zIndex="4" top="77" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  209.     <subview zIndex="5" top="jscript:view.height-150" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  210.     <subview zIndex="4" left="78" top="jscript:view.height-182" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  211.     <subview zIndex="5" left="jscript:view.width-98" top="jscript:view.height-182" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  212.     <subview zIndex="4" left="jscript:view.width-315" top="77" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  213.     <subview zIndex="5" left="jscript:view.width-296" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  214.     <subview zIndex="4" left="86" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" transparencyColor="#ff00ff" />
  215.     <subview zIndex="20" left="jscript:view.width-78" top="5" horizontalAlignment="right" backgroundImage="vid_set_no.png" >
  216.         <buttongroup image="vid_set_no.png" hoverImage="vid_set_hov.gif" downImage="vid_set_do.png" mappingImage="pl_set_map.png" >
  217.             <buttonelement mappingColor="#0033ff" id="vidZoom" onClick="videoZoom()" />
  218.             <buttonelement mappingColor="#0066ff" onClick="closeView('vidViewer')" upToolTip="Close" />
  219.         </buttongroup>
  220.     </subview>
  221.     <subview zIndex="20" top="jscript:view.height-90" verticalAlignment="bottom" horizontalAlignment="center" width="28" height="28" >
  222.         <button id="vidDrawerButton" image="vid_drawer_no.png" hoverImage="vid_drawer_hov.gif" downImage="vid_drawer_do.png" hoverDownImage="vid_drawer_do_hov.gif" onClick="toggleVidDrawer()" sticky="true" upToolTip="Show Video Settings" downToolTip="Hide Video Settings" />
  223.     </subview>
  224.     <subview id="vidDrawer" zIndex="1" top="jscript:view.height-150" verticalAlignment="bottom" horizontalAlignment="center" backgroundImage="vid_drawer.png" onEndMove="checkVidDrawer()" transparencyColor="#ff00ff" >
  225.         <subview id="vidDrawerFrame" zIndex="20" width="jscript:vidDrawer.width" height="jscript:vidDrawer.height" >
  226.             <videosettings id="vidset" enabled="true" />
  227.             <text id="brightnessText2" left="21" top="13" width="55" fontSize="7" fontFace="arial" foregroundColor="#787878" value="Brightness"  justification="right" fontStyle="bold" />
  228.             <text id="brightnessText" left="20" top="12" width="55" fontSize="7" fontFace="arial" foregroundColor="#000000" value="Brightness" toolTip="Reset Brightness" onClick="JScript:vidset.brightness=0;" hoverForegroundColor="#cccccc" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.brightness=0;" justification="right" fontStyle="bold" />
  229.             <slider id="brightness" left="82" top="12" width="99" height="11" toolTip="Brightness" borderSize="12" direction="horizontal" slide="false" foregroundImage="eq_slider_3.png" 
  230.                 thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.brightness" value_onchange="vidset.brightness=value;" />
  231.             <text id="contrastText2" left="21" top="29" width="55" fontSize="7" fontFace="arial" foregroundColor="#787878" value="Contrast" justification="right" fontStyle="bold" />
  232.             <text id="contrastText" left="20" top="28" width="55" fontSize="7" fontFace="arial" foregroundColor="#000000" value="Contrast" toolTip="Reset Contrast" onClick="JScript:vidset.contrast=0;" hoverForegroundColor="#cccccc" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.contrast=0;" justification="right" fontStyle="bold" />
  233.             <slider id="contrast" left="82" top="28" width="99" height="11" toolTip="Contrast" borderSize="12" direction="horizontal" slide="false" foregroundImage="eq_slider_3.png" 
  234.                 thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.contrast" value_onchange="vidset.contrast=value;"/>
  235.             <text id="saturationText2" left="21" top="45" width="55" fontSize="7" fontFace="arial" foregroundColor="#787878" value="Saturation" justification="right" fontStyle="bold" />
  236.             <text id="saturationText" left="20" top="44" width="55" fontSize="7" fontFace="arial" foregroundColor="#000000" value="Saturation" toolTip="Reset Saturation" onClick="JScript:vidset.saturation=0;" hoverForegroundColor="#cccccc" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.saturation=0;" justification="right" fontStyle="bold" />
  237.             <slider id="saturation" left="82" top="44" width="99" height="11" toolTip="Saturation" borderSize="12" direction="horizontal" slide="false" foregroundImage="eq_slider_3.png" 
  238.                 thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.saturation" value_onchange="vidset.saturation=value;"/>
  239.             <text id="hueText2" left="21" top="61" width="55" fontSize="7" fontFace="arial" foregroundColor="#787878" value="Hue" justification="right" fontStyle="bold" />
  240.             <text id="hueText" left="20" top="60" width="55" fontSize="7" fontFace="arial" foregroundColor="#000000" value="Hue" toolTip="Reset Hue" onClick="JScript:vidset.hue=0;" hoverForegroundColor="#cccccc" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.hue=0;" justification="right" fontStyle="bold" />
  241.             <slider id="hue" left="82" top="60" width="99" height="11" toolTip="Hue" borderSize="12" direction="horizontal" slide="false" foregroundImage="eq_slider_3.png" 
  242.                 thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.hue" value_onchange="vidset.hue=value;"/>
  243.         </subview>
  244.     </subview>
  245.     <subview id="vidOutline" zIndex="1" left="33" top="46" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-65" height="jscript:view.height-144" backgroundColor="#000000" />
  246.     <subview id="videoFrame" zIndex="25" left="jscript:vidOutline.left" top="jscript:vidOutline.top" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:vidOutline.width" height="jscript:vidOutline.height" backgroundColor="#000000" >
  247.         <video zIndex="8" id="videoWin" width="jscript:videoFrame.width" height="jscript:videoFrame.height" horizontalAlignment="stretch" verticalAlignment="stretch" 
  248.             onvideostart="checkVideoPlayerState();" backgroundColor="black" onvideoend="checkVideoPlayerState();" fullScreen="true" maintainAspectRatio="true" stretchToFit="true" shrinkToFit="true"
  249.             tabStop="true" />
  250.     </subview>
  251.     <subview zIndex="20" left="jscript:view.width-34" top="jscript:view.height-91" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_resize.png" transparencyColor="#ff00ff" >
  252.         <button id="vidResize" image="f_resize.png" onMouseDown="view.size( 'bottomright' );saveVidSize()" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - Use Mouse or Arrow Keys" onkeydown="viewResizer(event);saveVidSize()" />
  253.     </subview>
  254.     <subview id="vidLocSub" >
  255.         <text id="vidSetTip" toolTip="Click To Set Video Size" />
  256.         <text id="vidZoomIn" toolTip="Change Video Size - Current: " />
  257.         <text id="vidZoomMid" toolTip="% - Next: " />
  258.         <text id="vidZoomOut" toolTip="%" />
  259.     </subview>
  260. </view>
  261. <!-- info / content mode -->
  262. <view id="infoView" width="283" height="388" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="hl2.js"
  263.     onLoad="loadInfoPrefs();" onKeyPress="viewHotKeys();"  >
  264.     <subview zIndex="20" left="jscript:view.width-78" top="5" horizontalAlignment="right" width="68" height="23" >
  265.         <buttongroup image="vid_set_no.png" hoverImage="vid_set_hov.gif" downImage="vid_set_do.png" mappingImage="pl_set_map.png" >
  266.             <buttonelement mappingColor="#0066ff" onClick="closeView('infoViewer')" upToolTip="Close" />
  267.         </buttongroup>
  268.     </subview>
  269.     <subview zIndex="10" backgroundImage="c_back.png" transparencyColor="#ff00ff" />
  270.     <subview id="menuBack" zIndex="20" left="34" top="48" backgroundImage="c_back.jpg" >
  271.         <buttongroup id="menuBackButtons" left="4" top="199" image="c_menu_no.jpg" hoverImage="c_menu_hov.jpg" downImage="c_menu_do.jpg" mappingImage="c_menu_map.png" cursor="hand" >
  272.             <buttonelement mappingColor="#0000ff" onClick="showInfo('true','true',1)" upToolTip="Artwork" />
  273.             <buttonelement mappingColor="#0033ff" onClick="showInfo('true','true',2)" upToolTip="Screenshots" />
  274.             <buttonelement mappingColor="#0066ff" onClick="showInfo('true','false',3)"  upToolTip="Web Destinations" />
  275.         </buttongroup>
  276.     </subview>
  277. <!-- infosub -->
  278.     <subview id="infoSub" zIndex="20" left="jscript:menuBack.left" top="jscript:menuBack.top" backgroundImage="" width="jscript:menuBack.width" height="jscript:menuBack.height" onEndAlphaBlend="endAlphaBlend();" passThrough="true" />
  279. <!-- nav -->
  280.     <subview id="infoMenuBack" zIndex="25" left="jscript:menuBack.left+3" top="jscript:menuBack.top+283" width="58" height="16" visible="false" >
  281.         <button image="c_menu_return_no.png" hoverImage="c_menu_return_hov.png" downImage="c_menu_return_do.png" onClick="showInfo('false','false',0)" upToolTip="Return To Menu" cursor="hand" />
  282.     </subview>
  283.     <subview id="infoNavSub" zIndex="20" left="jscript:menuBack.left+166" top="jscript:menuBack.top+284" width="47" height="17" visible="false" transparencyColor="#ff00ff" >
  284.         <button id="navPrev" image="c_nav_prev_no.png" hoverImage="c_nav_prev_hov.png" downImage="c_nav_prev_do.png" disabledImage="c_nav_prev_dis.png" upToolTip="Previous" onClick="infoNavPrev(navGo--)" cursor="hand" />
  285.         <button id="navNext" left="28" image="c_nav_next_no.png" hoverImage="c_nav_next_hov.png" downImage="c_nav_next_do.png" disabledImage="c_nav_next_dis.png" upToolTip="Next" onClick="infoNavNext(navGo++)" cursor="hand" />
  286.     </subview>
  287.     <subview id="link1" zIndex="25" left="jscript:menuBack.left+15" top="jscript:menuBack.top+120" backgroundImage="c_link_no.jpg" visible="false" >
  288.         <buttongroup image="c_link_no.jpg" hoverImage="c_link_hov.jpg" downImage="c_link_do.jpg" mappingImage="c_link_map.png" cursor="hand" >
  289.             <buttonelement mappingColor="#0000ff" onClick="jscript:player.launchURL('http://www.half-life2.com/wmp')" upToolTip="Visit the Half-Life 2 website" />
  290.             <buttonelement mappingColor="#0033ff" onClick="jscript:player.launchURL('http://go.microsoft.com/fwlink/?LinkId=20432')" upToolTip="Visit the Windows XP website" />
  291.         </buttongroup>
  292.     </subview>
  293. </view>
  294. </theme>