home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / opsys / wmakeup / download / Halloween.wmz / wood.wms < prev   
Encoding:
Text File  |  2003-10-04  |  48.3 KB  |  262 lines

  1.  ■<!-- 
  2.     http://www.theskinsfactory.com
  3.     info@theskinsfactory.com
  4.     Wood Skin
  5. -->
  6. <theme title="Halloween" author="TheSkinsFactory.com" copyright="⌐ 2003, Microsoft Corporation. All Rights Reserved." >
  7. <view id="mainView" width="434" height="308" titleBar="false" backgroundColor="none" scriptFile="wood.js" onLoad="mainStartUp()" onClose="mainShutDown()"
  8.     onKeyPress="viewHotKeys();" >
  9.     <player PlayState_onchange="checkPlayerState()" OpenState_onchange="checkPlayerState()" status_onChange="updateMetadata('status');" currentPlaylist_onChange="updateMetadata('playlist')" >
  10.         <!-- <controls currentPosition_onchange="seek.value=player.controls.currentPosition;" /> -->
  11.     </player>
  12.     <video visible="false" enabled="true" />
  13.     <subview id="mainBack" zIndex="5" backgroundImage="main_back.png" transparencyColor="#ff00ff" />
  14.     <subview id="visOutline" zIndex="1" left="116" top="104" verticalAlignment="stretch" horizontalAlignment="stretch" width="231" height="96" backgroundColor="#000000" />
  15.     <subview id="eyesAnim" zIndex="1" left="jscript:visOutline.left" top="jscript:visOutline.top-10" backgroundImage="eyes_anim.gif" />
  16.     <subview id="visMask" zIndex="2" left="jscript:visOutline.left" top="jscript:visOutline.top" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:visOutline.width" height="jscript:visOutline.height" backgroundColor="#000000" alphaBlend="0" >
  17.         <effects zIndex="25" id="visEffects" left="0" top="0" width="jscript:visMask.width" height="jscript:visMask.height" windowed="false" horizontalAlignment="stretch" verticalAlignment="stretch" 
  18.         currentEffectType="wmpprop:mediacenter.effectType" currentPreset="wmpprop:mediacenter.effectPreset" currentEffectType_onchange="mediacenter.effectType=currentEffectType;" visible="true" clippingColor="#ffffff"/>
  19.     </subview>
  20.     <subview zIndex="20" width="jscript:view.width" height="jscript:view.height" >
  21.         <button id="mute" left="133" top="52" image="m_mute_no.png" hoverImage="m_mute_hov.png" downImage="m_mute_do.png" upToolTip="Mute" downToolTip="Sound" onClick="player.settings.mute = !player.settings.mute" down="wmpprop:player.settings.mute" sticky="true" />
  22.         <slider id="volume" left="161" top="50" width="90" height="18" thumbImage="m_thumb.png" borderSize="5" toolTip="Volume" max="100" min="0" value="wmpprop:player.settings.volume" 
  23.             value_onchange="jscript:player.settings.volume=value;updateVolToolTip('volume');player.settings.mute=false;" onMouseUp="toolTip='Volume'" slide="false" />
  24.         <text id="metadata" left="117" top="67" width="152" fontSize="10" height="30" fontSmoothing="true" fontFace="Comic Sans MS,Tahoma" foregroundColor="#000000" 
  25.             scrollingDelay="80" scrollingAmount="2" justification="center" scrolling="true" toolTip="" passThrough="true" fontStyle="bold" />
  26.         <text id="time" zIndex="2" left="154" top="82" width="75" fontSize="12" scrolling="false" fontSmoothing="true" foregroundColor="#000000" 
  27.             fontStyle="bold" justification="center" value="wmpprop:player.controls.currentPositionString" fontFace="Comic Sans MS,Tahoma" />
  28.         <slider id="seek" left="125" top="96" width="141" height="18" thumbImage="m_thumb.png" slide="false" toolTip="Seek" borderSize="5" 
  29.             max="wmpprop:player.currentMedia.duration" min="0" value="wmpprop:player.controls.currentPosition" onDragEnd="jscript:player.controls.currentPosition=value;" 
  30.             onMouseUp="toolTip='Seek'" onPositionChange="updateSeekToolTip();" />
  31.     </subview>
  32.     <subview zIndex="20" width="jscript:view.width" height="jscript:view.height" >
  33.         <button left="133" top="125" image="m_vis_prev_no.png" hoverImage="m_vis_prev_hov.png" downImage="m_vis_prev_do.png" onClick="visEffects.previous();" upToolTip="Previous Visualization" visible="wmpprop:visButton.down" />
  34.         <button left="309" top="125" image="m_vis_next_no.png" hoverImage="m_vis_next_hov.png" downImage="m_vis_next_do.png" onClick="visEffects.next()" upToolTip="Next Visualization" visible="wmpprop:visButton.down" />
  35.         <buttongroup left="286" top="85" image="m_min_no.png" hoverImage="m_min_hov.png" downImage="m_min_do.png" mappingImage="m_min_map.png" >
  36.             <buttonelement mappingColor="#0000ff" onClick="view.returnToMediaCenter()" upToolTip="Return To Full Mode" />
  37.             <buttonelement mappingColor="#0033ff" onClick="view.minimize()" upToolTip="Minimize" />
  38.             <buttonelement mappingColor="#0066ff" onClick="view.close()" upToolTip="Close" />
  39.         </buttongroup>
  40.         <buttongroup left="83" top="119" image="m_win_no.png" hoverImage="m_win_hov.png" downImage="m_win_do.png" mappingImage="m_win_map.png" >
  41.             <buttonelement mappingColor="#0000ff" id="visButton" onClick="toggleVis()" upToolTip="Show Visualizations" downToolTip="Hide Visualizations" sticky="true" down="jscript:visMask.alphaBlend=255" enabled="wmpenabled:player.controls.stop" />
  42.             <buttonelement mappingColor="#0033ff" id="plButton" onClick="toggleView('plView','plViewer')" onMouseOver="updateToolTip('plViewer','plButton','Pl')" />
  43.             <buttonelement mappingColor="#0066ff" id="eqButton" onClick="toggleView('eqView','eqViewer')" onMouseOver="updateToolTip('eqViewer','eqButton','Eq')" />
  44.         </buttongroup>
  45.         <buttongroup left="226" top="152" image="m_trans_no.png" hoverImage="m_trans_hov.png" downImage="m_trans_do.png" disabledImage="m_trans_dis.png" mappingImage="m_trans_map.png" >
  46.             <prevelement mappingColor="#0000ff" />
  47.             <buttonelement mappingColor="#0033ff" onClick="openFile()" upToolTip="Open Media File" />
  48.             <playelement mappingColor="#0066ff" />
  49.         </buttongroup>
  50.         <buttongroup zIndex="5" left="283" top="181" image="m_pause_no.png" hoverImage="m_pause_hov.png" downImage="m_pause_do.png" mappingImage="m_pause_map.png" visible="wmpenabled:player.controls.pause" >
  51.             <pauseelement mappingColor="#0000ff" />
  52.         </buttongroup>
  53.         <buttongroup left="306" top="152" image="m_trans_2_no.png" hoverImage="m_trans_2_hov.png" downImage="m_trans_2_do.png" disabledImage="m_trans_2_dis.png" mappingImage="m_trans_2_map.png" >
  54.             <stopelement mappingColor="#0000ff" />
  55.             <nextelement mappingColor="#0033ff" />
  56.         </buttongroup>
  57.         <button left="278" top="263" image="m_info_no.png" hoverImage="m_info_hov.png" downImage="m_info_do.png" onClick="jscript:player.launchURL('http://go.microsoft.com/fwlink/?LinkId=20218')" upToolTip="Enjoy Music &amp; Video with Windows Media Player in Windows XP" cursor="hand" />
  58.     </subview>
  59.     <subview id="locSub" >
  60.         <text id="locShowPl" toolTip="Show Playlist" />
  61.         <text id="locHidePl" toolTip="Hide Playlist" />
  62.         <text id="locShowEq" toolTip="Show Equalizer" />
  63.         <text id="locHideEq" toolTip="Hide Equalizer" />
  64.         <text id="locShowVis" toolTip="Show Visualizations" />
  65.         <text id="locHideVis" toolTip="Hide Visualizations" />
  66.     </subview>
  67. </view>
  68. <!-- playlist -->
  69. <view id="plView" width="334" height="339" minWidth="364" minHeight="339" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="wood.js"
  70.     onLoad="loadPlPrefs();" onClose="savePlPrefs();" onKeyPress="viewHotKeys();" >
  71.     <player modeChange="updateShuffRep()" />
  72.     <subview zIndex="5" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  73.     <subview zIndex="4" top="103" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" />
  74.     <subview zIndex="5" top="jscript:view.height-228" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  75.     <subview zIndex="4" left="110" top="jscript:view.height-228" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" />
  76.     <subview zIndex="5" left="jscript:view.width-215" top="jscript:view.height-200" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  77.     <subview zIndex="4" left="jscript:view.width-215" top="128" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" />
  78.     <subview zIndex="5" left="jscript:view.width-106" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  79.     <subview zIndex="4" left="200" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" />
  80.     <subview zIndex="20" left="21" top="1" backgroundImage="pl_set_no.png" >
  81.         <buttongroup image="pl_set_no.png" hoverImage="pl_set_hov.png" downImage="pl_set_do.png" mappingImage="pl_set_map.png" >
  82.             <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);" />
  83.             <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);" />
  84.         </buttongroup>
  85.     </subview>
  86.     <subview zIndex="20" left="jscript:view.width-44" top="3" horizontalAlignment="right" backgroundImage="f_close_no.png" >
  87.         <button image="f_close_no.png" hoverImage="f_close_hov.png" downImage="f_close_do.png" onClick="closeView('plViewer')" upToolTip="Close" />
  88.     </subview>
  89.     <subview id="plOutline" zIndex="10" left="35" top="34" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-73" height="jscript:view.height-163" backgroundColor="#000000" />
  90.     <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">
  91.         <playlist id="playlist1" width="jscript:plFrame.width" height="jscript:plFrame.height" horizontalAlignment="stretch" verticalAlignment="stretch" 
  92.             backgroundColor="#000000" foregroundcolor="#c3c3c3" itemPlayingColor="#000000" itemPlayingBackgroundColor="#e97c10"
  93.             disabledItemColor="#556382" columns="WM/TrackNumber= ;name=Title;artist=Artist;album=Album;FileType=Type;duration=Length;" playlistItemsVisible="true" dropDownVisible="true" 
  94.             allowItemEditing="true" columnsVisible="true" allowColumnSorting="true" dropDownImage="pl_dropdown.png" dropDownBackgroundImage="pl_dropdown_back.png"
  95.             rightStatus="Total Time: %duration%" leftStatus="Selected: %SelectedDuration%" />
  96.     </subview>
  97.     <subview zIndex="20" left="jscript:view.width-35" top="jscript:view.height-126" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_resize.png" transparencyColor="#ff00ff" >
  98.         <button image="f_resize.png" onMouseDown="view.size( 'bottomright' );" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - Use Mouse or Arrow Keys" onkeydown="viewResizer(event);" />
  99.     </subview>
  100. </view>
  101. <!-- eq -->
  102. <view id="eqView" width="374" height="220" titleBar="false" backgroundColor="none" scriptFile="wood.js" onLoad="loadEQPrefs()" 
  103.     onKeyPress="viewHotKeys();" >
  104.     <subview zIndex="20" left="jscript:view.width-44" top="3" horizontalAlignment="right" backgroundImage="f_close_no.png" >
  105.         <button image="f_close_no.png" hoverImage="f_close_hov.png" downImage="f_close_do.png" onClick="closeView('eqViewer')" upToolTip="Close" />
  106.     </subview>
  107.     <subview zIndex="5" backgroundImage="eq_back.png" transparencyColor="#ff00ff" >
  108.     <equalizerSettings id="eq" enabled="true" enableSplineTension="wmpprop:eq.enableSplineTension" splineTension="wmpprop:eq.splineTension"  />
  109.         <slider id="eq1" left="42" top="51" width="16" height="100" thumbImage="eq_thumb.png"  slide="false" borderSize="10" min="-14" max="14" value="wmpprop:eq.gainLevel1" value_onchange="eq.gainLevel1=value;" toolTip="31hz" direction="vertical" />
  110.         <slider id="eq2" left="61" top="51" width="16" height="100" thumbImage="eq_thumb.png"  slide="false" borderSize="10" min="-14" max="14" value="wmpprop:eq.gainLevel2" value_onchange="eq.gainLevel2=value;" direction="vertical" toolTip="63hz" />
  111.         <slider id="eq3" left="80" top="51" width="16" height="100" thumbImage="eq_thumb.png"  slide="false" borderSize="10" min="-14" max="14" value="wmpprop:eq.gainLevel3" value_onchange="eq.gainLevel3=value;" direction="vertical" toolTip="125hz" />
  112.         <slider id="eq4" left="99" top="51" width="16" height="100" thumbImage="eq_thumb.png"  slide="false" borderSize="10" min="-14" max="14" value="wmpprop:eq.gainLevel4" value_onchange="eq.gainLevel4=value;" direction="vertical" toolTip="250hz" />
  113.         <slider id="eq5" left="118" top="51" width="16" height="100" thumbImage="eq_thumb.png"  slide="false" borderSize="10" min="-14" max="14" value="wmpprop:eq.gainLevel5" value_onchange="eq.gainLevel5=value;" direction="vertical" toolTip="500hz" />
  114.         <slider id="eq6" left="137" top="51" width="16" height="100" thumbImage="eq_thumb.png"  slide="false" borderSize="10" min="-14" max="14" value="wmpprop:eq.gainLevel6" value_onchange="eq.gainLevel6=value;" direction="vertical" toolTip="1khz" />
  115.         <slider id="eq7" left="157" top="51" width="16" height="100" thumbImage="eq_thumb.png"  slide="false" borderSize="10" min="-14" max="14" value="wmpprop:eq.gainLevel7" value_onchange="eq.gainLevel7=value;" direction="vertical" toolTip="2khz" />
  116.         <slider id="eq8" left="176" top="51" width="16" height="100" thumbImage="eq_thumb.png"  slide="false" borderSize="10" min="-14" max="14" value="wmpprop:eq.gainLevel8" value_onchange="eq.gainLevel8=value;" direction="vertical" toolTip="4khz" />
  117.         <slider id="eq9" left="195" top="51" width="16" height="100" thumbImage="eq_thumb.png"  slide="false" borderSize="10" min="-14" max="14" value="wmpprop:eq.gainLevel9" value_onchange="eq.gainLevel9=value;" direction="vertical" toolTip="8khz" />
  118.         <slider id="eq10" left="214" top="51" width="16" height="100" thumbImage="eq_thumb.png"  slide="false" borderSize="10" min="-14" max="14" value="wmpprop:eq.gainLevel10" value_onchange="eq.gainLevel10=value;" direction="vertical" toolTip="16khz"/>
  119.         <button left="53" top="161" image="eq_prev_no.png" hoverImage="eq_prev_hov.png" downImage="eq_prev_do.png" onClick="eq.previousPreset()" upToolTip="Previous Equalizer Preset" />
  120.         <button left="196" top="161" image="eq_next_no.png" hoverImage="eq_next_hov.png" downImage="eq_next_do.png" onClick="eq.nextPreset()" upToolTip="Next Equalizer Preset" />
  121.     <slider id="balance" left="231" top="69" width="63" height="18" thumbImage="eq_thumb.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'" />    
  122.     <slider id="truBass" left="231" top="96" width="63" height="18" thumbImage="eq_thumb.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" />
  123.     <slider id="wowEffect" left="231" top="126" width="63" height="18" thumbImage="eq_thumb.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" />
  124.         <buttongroup left="300" top="69" image="eq_set_no.png" hoverImage="eq_set_hov.png" downImage="eq_set_do.png" mappingImage="eq_set_map.png" >
  125.             <buttonelement mappingColor="#0000ff" onClick="eq.reset();player.settings.balance=0" upToolTip="Reset Equalizer" />
  126.             <buttonelement mappingColor="#0033ff" onClick="eq.crossFade = !eq.crossFade;eq.crossFadeWindow=7000" sticky="true" down="wmpprop:eq.crossFade" upToolTip="Turn On Crossfading" downToolTip="Turn Off Crossfading" />
  127.         </buttongroup>
  128.         <buttongroup left="228" top="147" image="eq_srs_no.png" hoverImage="eq_srs_hov.png" downImage="eq_srs_do.png" mappingImage="eq_srs_map.png" >
  129.             <buttonelement mappingColor="#0000ff" onClick="eq.enhancedAudio = !eq.enhancedAudio" sticky="true" down="wmpprop:eq.enhancedAudio" upToolTip="Turn On SRS WOW Effects" downToolTIp="Turn Off SRS WOW Effects" />
  130.             <buttonelement mappingColor="#0033ff" onClick="toggleSpeaker()" enabled="wmpprop:eq.enhancedAudio" upToolTip="Next Speaker Size" />
  131.         </buttongroup>
  132.         <text id="eqPresetText" left="87" top="164" width="95" fontSize="10" fontSmoothing="true" fontFace="Comic Sans MS,arial" foregroundColor="#000000" 
  133.             fontStyle="bold" justification="center" value="wmpprop:eq.currentPresetTitle" passThrough="true" />    
  134.         <text id="balanceText" left="242" top="56" fontFace="Comic Sans MS,arial" fontSize="7" fontSmoothing="true" foregroundColor="#000000" value="Balance" justification="right" passThrough="true" fontStyle="bold" />
  135.         <text id="SrsWowText" left="254" top="151" fontFace="Comic Sans MS,arial" fontSize="7" fontSmoothing="true" foregroundColor="#000000" value="SRS WOW Effects" fontStyle="bold" passThrough="true" visible="true" />
  136.         <text id="SrsSpeaker" left="254" top="171" fontFace="Comic Sans MS,arial" fontSize="7" fontSmoothing="true" foregroundColor="#000000" value="wmpprop:eq.currentSpeakerName" justification="left" passThrough="true" fontStyle="bold" />
  137.         <text id="SrsTruBass" left="245" top="87" fontFace="Comic Sans MS,arial" fontSize="7" fontSmoothing="true" foregroundColor="#000000" value="TruBass" justification="right" passThrough="true" fontStyle="bold" />
  138.         <text id="SrsWowEffect" left="238" top="117" fontFace="Comic Sans MS,arial" fontSize="7" fontSmoothing="true" foregroundColor="#000000" value="WOW Effect" justification="right" passThrough="true" fontStyle="bold" />
  139.     </subview>
  140. </view>
  141. <!-- video -->
  142. <view id="videoView" width="334" height="339" minWidth="334" minHeight="339" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="wood.js"
  143.     onLoad="loadVidPrefs()" onClose="saveVidPrefs()" onKeyPress="viewHotKeys();" >
  144.     <player OpenState_onchange="checkVideoPlayerState();" PlayState_onchange="checkVideoPlayerState();" />
  145.     <subview zIndex="5" backgroundImage="f_top_left.png" transparencyColor="#ff00ff" />
  146.     <subview zIndex="4" top="103" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" />
  147.     <subview zIndex="5" top="jscript:view.height-228" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  148.     <subview zIndex="4" left="110" top="jscript:view.height-228" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s.png" backgroundTiled="true" />
  149.     <subview zIndex="5" left="jscript:view.width-215" top="jscript:view.height-200" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  150.     <subview zIndex="4" left="jscript:view.width-215" top="128" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" />
  151.     <subview zIndex="5" left="jscript:view.width-106" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  152.     <subview zIndex="4" left="200" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" />
  153.     <subview zIndex="20" left="26" top="1" backgroundImage="vid_zoom_no.png" >
  154.         <button id="vidZoom" image="vid_zoom_no.png" hoverImage="vid_zoom_hov.png" downImage="vid_zoom_do.png" onClick="videoZoom()" />
  155.     </subview>
  156.     <subview zIndex="20" left="jscript:view.width-44" top="3" horizontalAlignment="right" backgroundImage="f_close_no.png" >
  157.         <button image="f_close_no.png" hoverImage="f_close_hov.png" downImage="f_close_do.png" onClick="closeView('vidViewer')" upToolTip="Close" />
  158.     </subview>
  159.     <subview zIndex="20" top="jscript:view.height-112" verticalAlignment="bottom" horizontalAlignment="center" width="28" height="28" >
  160.         <button id="vidDrawerButton" image="vid_drawer_no.png" hoverImage="vid_drawer_hov.png" downImage="vid_drawer_do.png" hoverDownImage="vid_drawer_do_hov.png" onClick="toggleVidDrawer()" sticky="true" upToolTip="Show Video Settings" downToolTip="Hide Video Settings" />
  161.     </subview>
  162.     <subview id="vidDrawer" zIndex="1" top="jscript:view.height-200" verticalAlignment="bottom" horizontalAlignment="center" backgroundImage="vid_drawer.png" onEndMove="checkVidDrawer()" transparencyColor="#ff00ff" >
  163.         <subview id="vidDrawerFrame" zIndex="20" width="jscript:vidDrawer.width" height="jscript:vidDrawer.height" >
  164.             <videosettings id="vidset" enabled="true" />
  165.             <slider id="brightness" left="8" top="14" width="63" height="18" toolTip="Brightness" borderSize="12" direction="horizontal" slide="false" 
  166.                 thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.brightness" value_onchange="vidset.brightness=value;" />
  167.             <text id="brightnessText" left="75" top="17" width="55" fontSize="7" fontFace="verdana" foregroundColor="#000000" value="Brightness" toolTip="Reset Brightness" onClick="JScript:vidset.brightness=0;" hoverForegroundColor="#eeeeee" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.brightness=0;" justification="left" fontStyle="bold" />
  168.             <slider id="contrast" left="8" top="34" width="63" height="18" toolTip="Contrast" borderSize="12" direction="horizontal" slide="false" 
  169.                 thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.contrast" value_onchange="vidset.contrast=value;"/>
  170.             <text id="contrastText" left="75" top="36" width="55" fontSize="7" fontFace="verdana" foregroundColor="#000000" value="Contrast" toolTip="Reset Contrast" onClick="JScript:vidset.contrast=0;" hoverForegroundColor="#eeeeee" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.contrast=0;" justification="left" fontStyle="bold" />
  171.             <slider id="saturation" left="8" top="54" width="63" height="18" toolTip="Saturation" borderSize="12" direction="horizontal" slide="false" 
  172.                 thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.saturation" value_onchange="vidset.saturation=value;"/>
  173.             <text id="saturationText" left="75" top="55" width="55" fontSize="7" fontFace="verdana" foregroundColor="#000000" value="Saturation" toolTip="Reset Saturation" onClick="JScript:vidset.saturation=0;" hoverForegroundColor="#eeeeee" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.saturation=0;" justification="left" fontStyle="bold" />
  174.             <slider id="hue" left="8" top="74" width="63" height="18" toolTip="Hue" borderSize="12" direction="horizontal" slide="false" 
  175.                 thumbImage="vid_thumb.png" min="-127" max="127" value="wmpprop:vidset.hue" value_onchange="vidset.hue=value;"/>
  176.             <text id="hueText" left="75" top="73" width="55" fontSize="7" fontFace="verdana" foregroundColor="#000000" value="Hue" toolTip="Reset Hue" onClick="JScript:vidset.hue=0;" hoverForegroundColor="#eeeeee" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.hue=0;" justification="left" fontStyle="bold" />
  177.         </subview>
  178.     </subview>
  179.     <subview id="vidBack" zIndex="20" left="32" top="64" backgroundImage="vid_back.jpg" />
  180.     <subview id="vidBack2" zIndex="19" left="39" top="32" backgroundImage="eyes_anim_2.gif" />
  181.     <subview id="vidOutline" zIndex="10" left="35" top="34" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-73" height="jscript:view.height-163" backgroundColor="#000000" />
  182.     <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" >
  183.         <video zIndex="8" id="videoWin" width="jscript:videoFrame.width" height="jscript:videoFrame.height" horizontalAlignment="stretch" verticalAlignment="stretch" 
  184.             onvideostart="checkVideoPlayerState();" backgroundColor="black" onvideoend="checkVideoPlayerState();" fullScreen="true" maintainAspectRatio="true" stretchToFit="true" shrinkToFit="true"
  185.             tabStop="true" />
  186.     </subview>
  187.     <subview zIndex="20" left="jscript:view.width-35" top="jscript:view.height-126" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_resize.png" transparencyColor="#ff00ff" >
  188.         <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()" />
  189.     </subview>
  190.     <subview id="vidLocSub" >
  191.         <text id="vidSetTip" toolTip="Click To Set Video Size" />
  192.         <text id="vidZoomIn" toolTip="Change Video Size - Current: " />
  193.         <text id="vidZoomMid" toolTip="% - Next: " />
  194.         <text id="vidZoomOut" toolTip="%" />
  195.     </subview>
  196. </view>
  197. </theme>