home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / opsys / wmakeup / downloads / Frostbite.wmz / frostbite.wms < prev    next >
Encoding:
Text File  |  2003-10-17  |  54.6 KB  |  298 lines

  1.  ■<!-- 
  2.     http://www.theskinsfactory.com
  3.     info@theskinsfactory.com
  4.     Frostbite WMP skin
  5. -->
  6. <theme title="Frostbite" author="TheSkinsFactory.com" copyright="⌐ 2003, Microsoft Corporation. All Rights Reserved." >
  7. <view id="mediaSwitcherView" titlebar="false" resizable="false" backgroundImage="preview.png" scriptFile="frostbite.js" onload="onLoadPreview();" />
  8. <view id="controlView" titleBar="false" backgroundColor="none" scriptFile="frostbite.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" title="Frostbite" width="270" height="297" titleBar="false" backgroundColor="none" scriptFile="frostbite.js" onLoad="mainStartUp()" onClose="mainShutDown()"
  13.     onKeyPress="viewHotKeys();" >
  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="30" left="11" top="7" backgroundImage="m_frost.png" passThrough="true" transparencyColor="#ff00ff" />
  20.     <subview id="mainBackFrame" zIndex="10" width="jscript:view.width" height="jscript:view.height" >
  21.         <text id="metadata" left="203" top="136" width="60" fontSize="7" height="30" fontSmoothing="true" fontFace="Arial" foregroundColor="#647FA6" 
  22.             scrollingDelay="80" scrollingAmount="2" justification="center" scrolling="true" toolTip="" passThrough="true" fontStyle="bold" />
  23.         <text id="eqPresetText" left="165" top="228" width="58" fontSize="7" fontSmoothing="true" fontFace="arial" foregroundColor="#647FA6" 
  24.             fontStyle="bold" justification="center" value="wmpprop:eq.currentPresetTitle" passThrough="true" />    
  25.         <buttongroup zIndex="12" left="23" top="17" 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" >
  26.             <buttonelement mappingColor="#0000ff" id="plButton" onClick="theme.savePreference('remoteCallPl', 'true');" onMouseOver="updateToolTip('plViewer','plButton','Pl')" />
  27.             <buttonelement mappingColor="#0033ff" id="visButton" onClick="theme.savePreference('remoteCallVis', 'true');" onMouseOver="updateToolTip('visViewer','visButton','Vis')" />
  28.             <prevelement mappingColor="#0066ff" />
  29.             <nextelement mappingColor="#0099ff" />
  30.             <stopelement mappingColor="#00ccff" />
  31.             <buttonelement mappingColor="#00ffff" onClick="openFile()" upToolTip="Open Media File" />
  32.             <playelement mappingColor="#00ffcc" />
  33.         </buttongroup>
  34.         <buttongroup zIndex="13" left="55" top="46" 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" >
  35.             <pauseelement mappingColor="#0000ff" />
  36.         </buttongroup>
  37.         <button id="mute" left="36" top="131" image="m_mute_no.png" hoverImage="m_mute_hov.png" downImage="m_mute_do.png" hoverDownImage="m_mute_do_hov.png" upToolTip="Mute" downToolTip="Sound" onClick="player.settings.mute = !player.settings.mute" down="wmpprop:player.settings.mute" sticky="true" />
  38.         <customSlider id="volume" zIndex="12" left="51" top="137" min="0" max="100" borderSize="0" image="volume.png" hoverImage="volume_hov.png" downImage="volume_do.png" positionImage="volume_map.png" enabled="true" 
  39.             value="wmpprop:player.settings.volume" value_onchange="wmpprop:player.settings.volume = value;updateVolToolTip('volume');player.settings.mute = false;" cursor="hand" 
  40.             toolTip="Volume" onMouseUp="toolTip='Volume'" onKeyDown="volKey(event)" transparencyColor="#ff00ff" />
  41.         <customSlider id="seek" zIndex="11" left="58" top="38" min="0" max="wmpprop:player.currentMedia.duration" borderSize="0" image="seek.png" positionImage="seek_map.png" 
  42.             enabled="true" cursor="hand" onMouseUp="player.controls.currentPosition=seek.value;toolTip='Seek'" toolTip="Seek" onKeyDown="seekKey(event)" 
  43.             onPositionChange="updateSeekToolTip();" value_onchange="drawSeekDigits(value);" transparencyColor="#ff00ff" />
  44.         <buttongroup zIndex="12" left="176" top="50" image="m_set_no.png" hoverImage="m_set_hov.png" downImage="m_set_do.png" mappingImage="m_set_map.png" >
  45.             <buttonelement mappingColor="#0000ff" onClick="theme.savePreference('exitView', 'true');" upToolTip="Close" />
  46.             <buttonelement mappingColor="#0033ff" onClick="theme.savePreference('minimizeView', 'true');" upToolTip="Minimize" />
  47.             <buttonelement mappingColor="#0066ff" onClick="view.returnToMediaCenter()" upToolTip="Return To Full Mode" />
  48.             <buttonelement mappingColor="#0099ff" onClick="jscript:player.launchURL('http://go.microsoft.com/fwlink/?LinkId=20217')" upToolTip="Learn more about Windows Media Player" cursor="hand" />
  49.             
  50.         </buttongroup>
  51.         <equalizerSettings id="eq" enabled="true" enableSplineTension="wmpprop:eq.enableSplineTension" splineTension="wmpprop:eq.splineTension"  />
  52.             <customSlider id="eq1" left="198" top="153" image="eq1_slider.png" positionImage="eq1_slider_map.png" min="-14" max="14" value="wmpprop:eq.gainLevel1" value_onchange="eq.gainLevel1=value;" toolTip="31hz" transparencyColor="#ff00ff" onKeyDown="eqKey(event,1)" />
  53.             <customSlider id="eq2" left="194" top="160" image="eq2_slider.png" positionImage="eq2_slider_map.png" min="-14" max="14" value="wmpprop:eq.gainLevel2" value_onchange="eq.gainLevel2=value;" toolTip="63hz" transparencyColor="#ff00ff" onKeyDown="eqKey(event,2)" />
  54.             <customSlider id="eq3" left="189" top="167" image="eq3_slider.png" positionImage="eq3_slider_map.png" min="-14" max="14" value="wmpprop:eq.gainLevel3" value_onchange="eq.gainLevel3=value;" toolTip="125hz" transparencyColor="#ff00ff" onKeyDown="eqKey(event,3)" />
  55.             <customSlider id="eq4" left="184" top="174" image="eq4_slider.png" positionImage="eq4_slider_map.png" min="-14" max="14" value="wmpprop:eq.gainLevel4" value_onchange="eq.gainLevel4=value;" toolTip="250hz" transparencyColor="#ff00ff" onKeyDown="eqKey(event,4)" />
  56.             <customSlider id="eq5" left="179" top="181" image="eq5_slider.png" positionImage="eq5_slider_map.png" min="-14" max="14" value="wmpprop:eq.gainLevel5" value_onchange="eq.gainLevel5=value;" toolTip="500hz" transparencyColor="#ff00ff" onKeyDown="eqKey(event,5)" />
  57.             <customSlider id="eq6" left="174" top="188" image="eq6_slider.png" positionImage="eq6_slider_map.png" min="-14" max="14" value="wmpprop:eq.gainLevel6" value_onchange="eq.gainLevel6=value;" toolTip="1khz" transparencyColor="#ff00ff" onKeyDown="eqKey(event,6)" />
  58.             <customSlider id="eq7" left="169" top="195" image="eq7_slider.png" positionImage="eq7_slider_map.png" min="-14" max="14" value="wmpprop:eq.gainLevel7" value_onchange="eq.gainLevel7=value;" toolTip="2khz" transparencyColor="#ff00ff" onKeyDown="eqKey(event,7)" />
  59.             <customSlider id="eq8" left="164" top="202" image="eq8_slider.png" positionImage="eq8_slider_map.png" min="-14" max="14" value="wmpprop:eq.gainLevel8" value_onchange="eq.gainLevel8=value;" toolTip="4khz" transparencyColor="#ff00ff" onKeyDown="eqKey(event,8)" />
  60.             <customSlider id="eq9" left="159" top="209" image="eq9_slider.png" positionImage="eq9_slider_map.png" min="-14" max="14" value="wmpprop:eq.gainLevel9" value_onchange="eq.gainLevel9=value;" toolTip="8khz" transparencyColor="#ff00ff" onKeyDown="eqKey(event,9)" />
  61.             <customSlider id="eq10" left="153" top="216" image="eq10_slider.png" positionImage="eq10_slider_map.png" min="-14" max="14" value="wmpprop:eq.gainLevel10" value_onchange="eq.gainLevel10=value;" toolTip="16khz" transparencyColor="#ff00ff" onKeyDown="eqKey(event,10)" />
  62.         <buttongroup left="175" top="240" image="m_eq_no.png" hoverImage="m_eq_hov.png" downImage="m_eq_do.png" mappingImage="m_eq_map.png" >
  63.             <buttonelement mappingColor="#0000ff" onClick="eq.previousPreset()" upToolTip="Previous Equalizer Preset" />
  64.             <buttonelement mappingColor="#0033ff" onClick="eq.nextPreset()" upToolTip="Next Equalizer Preset" />
  65.             <buttonelement mappingColor="#0066ff" onClick="eq.reset();player.settings.balance=0" upToolTip="Reset Equalizer" />
  66.         </buttongroup>
  67.     </subview>
  68.     <subview id="snowflakeAnim" zIndex="22" left="230" top="75" backgroundImage="m_snowflake.png" />
  69.     <subview zIndex="25" left="216" top="106" >
  70.         <subview top="10" width="5" height="7" >
  71.             <button id="timeDash" image="time_dash.png" tabstop="false" onClick="SetTimeShowState();" visible="false" />
  72.         </subview>
  73.         <subview left="5" width="9" height="26" transparencyColor="#ff00ff" >
  74.             <button id="time1" width="90" height="26" image="time.png" tabstop="false" onClick="SetTimeShowState();" />
  75.         </subview>
  76.         <subview left="14" width="9" height="26" transparencyColor="#ff00ff" >
  77.             <button id="time2" width="90" height="26" image="time.png" tabstop="false" onClick="SetTimeShowState();" />
  78.         </subview>
  79.         <subview left="28" width="9" height="26" transparencyColor="#ff00ff" >
  80.             <button id="time3" width="90" height="26" image="time.png" tabstop="false" onClick="SetTimeShowState();" />
  81.         </subview>
  82.         <subview left="37" width="9" height="26" transparencyColor="#ff00ff"  >
  83.             <button id="time4" width="90" height="26" image="time.png" tabstop="false" onClick="SetTimeShowState();" />
  84.         </subview>
  85.     </subview>
  86.     <subview id="locSub" >
  87.         <text id="locShowPl" toolTip="Show Playlist" />
  88.         <text id="locHidePl" toolTip="Hide Playlist" />
  89.         <text id="locShowEq" toolTip="Show Equalizer" />
  90.         <text id="locHideEq" toolTip="Hide Equalizer" />
  91.         <text id="locShowVis" toolTip="Show Visualizations" />
  92.         <text id="locHideVis" toolTip="Hide Visualizations" />
  93.     </subview>
  94. </view>
  95. <!-- playlist -->
  96. <view id="plView" width="194" height="259" minWidth="300" minHeight="290" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="frostbite.js"
  97.     onLoad="loadPlPrefs();" onClose="savePlPrefs();" onKeyPress="viewHotKeys();" onResize="checkPlViewSize()" >
  98.     <player modeChange="updateShuffRep()" />
  99.     <subview zIndex="5" backgroundImage="pl_top_left.png" transparencyColor="#ff00ff" />
  100.     <subview zIndex="4" top="93" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" />
  101.     <subview zIndex="5" top="jscript:view.height-164" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  102.     <subview zIndex="4" left="69" top="jscript:view.height-164" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s1.png" backgroundTiled="true" />
  103.     <subview zIndex="5" left="jscript:view.width-117" top="jscript:view.height-164" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  104.     <subview zIndex="4" left="jscript:view.width-67" top="93" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" />
  105.     <subview zIndex="5" left="jscript:view.width-67" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  106.     <subview zIndex="4" left="117" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" />
  107.     <subview zIndex="10" left="29" top="jscript:view.height-96" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s2.png" backgroundTiled="true" />
  108.     <subview id="plCenter" zIndex="11" top="jscript:view.height-96" verticalAlignment="bottom" horizontalAlignment="center" backgroundImage="f_bot_mid.png" />
  109.     <subview id="plBotTile" zIndex="10" left="wmpprop:plCenter.left" top="jscript:view.height-96" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s3.png" backgroundTiled="true" />
  110.     <equalizerSettings id="eq2" enabled="true" enableSplineTension="wmpprop:eq.enableSplineTension" splineTension="wmpprop:eq.splineTension"  />
  111.     <subview zIndex="20" left="27" top="14" backgroundImage="pl_set_no.png" >
  112.         <buttongroup image="pl_set_no.png" hoverImage="pl_set_hov.png" downImage="pl_set_do.png" mappingImage="pl_set_map.png" >
  113.             <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);" />
  114.             <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);" />
  115.             <buttonelement mappingColor="#0066ff"  onClick="eq2.crossFade = !eq2.crossFade;eq2.crossFadeWindow=7000" sticky="true" down="wmpprop:eq2.crossFade" upToolTip="Turn On Crossfading" downToolTip="Turn Off Crossfading" />
  116.         </buttongroup>
  117.     </subview>
  118.     <subview zIndex="20" left="jscript:view.width-48" top="14" horizontalAlignment="right" backgroundImage="f_close_no.png" >
  119.         <button image="f_close_no.png" hoverImage="f_close_hov.png" downImage="f_close_do.png" onClick="closeView('plViewer')" upToolTip="Close" />
  120.     </subview>
  121.     <subview id="plOutline" zIndex="10" left="14" top="35" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-28" height="jscript:view.height-147" backgroundColor="#000000" />
  122.     <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">
  123.         <playlist id="playlist1" width="jscript:plFrame.width" height="jscript:plFrame.height" horizontalAlignment="stretch" verticalAlignment="stretch" 
  124.             backgroundColor="#000000" foregroundcolor="#647FA6" itemPlayingColor="#ffffff" itemPlayingBackgroundColor="#647FA6"
  125.             disabledItemColor="#556382" columns="WM/TrackNumber= ;name=Title;artist=Artist;album=Album;FileType=Type;duration=Length;" playlistItemsVisible="true" dropDownVisible="true" 
  126.             allowItemEditing="true" columnsVisible="true" allowColumnSorting="true" dropDownImage="pl_dropdown.png" dropDownBackgroundImage="pl_dropdown_back.png"
  127.             rightStatus="Total Time: %duration%" leftStatus="Selected: %SelectedDuration%" />
  128.     </subview>
  129.     <subview zIndex="20" left="jscript:view.width-25" top="jscript:view.height-102" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_resize.png" transparencyColor="#ff00ff" >
  130.         <button image="f_resize.png" onMouseDown="view.size( 'bottomright' );" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - Use Mouse or Arrow Keys" onkeydown="viewResizer(event);" />
  131.     </subview>
  132. </view>
  133. <!-- visualizations -->
  134. <view id="visView" width="194" height="259" minWidth="194" minHeight="259" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="frostbite.js"
  135.     onLoad="loadVisPrefs()" onClose="saveVisPrefs()" onKeyPress="viewHotKeys();" onTimer="hideVisText()" timerInterval="6000" onResize="checkVisViewSize()" >
  136.     <player PlayState_onchange="checkVisualsPlayerState()" OpenState_onchange="checkVisualsPlayerState()" />
  137.     <subview zIndex="5" backgroundImage="vis_top_left.png" transparencyColor="#ff00ff" />
  138.     <subview zIndex="4" top="93" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" />
  139.     <subview zIndex="5" top="jscript:view.height-164" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  140.     <subview zIndex="4" left="69" top="jscript:view.height-164" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s1.png" backgroundTiled="true" />
  141.     <subview zIndex="5" left="jscript:view.width-117" top="jscript:view.height-164" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  142.     <subview zIndex="4" left="jscript:view.width-67" top="93" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" />
  143.     <subview zIndex="5" left="jscript:view.width-67" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  144.     <subview zIndex="4" left="117" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" />
  145.     <subview zIndex="10" left="29" top="jscript:view.height-96" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s2.png" backgroundTiled="true" />
  146.     <subview id="visCenter" zIndex="11" top="jscript:view.height-96" verticalAlignment="bottom" horizontalAlignment="center" backgroundImage="f_bot_mid.png" />
  147.     <subview id="visBotTile" zIndex="10" left="wmpprop:visCenter.left" top="jscript:view.height-96" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s3.png" backgroundTiled="true" />
  148.     <subview zIndex="20" left="27" top="14" backgroundImage="vis_set_no.png" >
  149.         <buttongroup image="vis_set_no.png" hoverImage="vis_set_hov.png" downImage="vis_set_do.png" mappingImage="vis_set_map.png" >
  150.             <buttonelement mappingColor="#0000ff" onClick="visEffects.previous();displayVisText()" upToolTip="Previous Visualization" />
  151.             <buttonelement mappingColor="#0033ff" onClick="visEffects.next();displayVisText()" upToolTip="Next Visualization" />
  152.         </buttongroup>
  153.     </subview>
  154.     <subview zIndex="20" left="jscript:view.width-48" top="14" horizontalAlignment="right" backgroundImage="f_close_no.png" >
  155.         <button image="f_close_no.png" hoverImage="f_close_hov.png" downImage="f_close_do.png" onClick="closeView('visViewer')" upToolTip="Close" />
  156.     </subview>
  157.     <subview id="visOutline" zIndex="10" left="14" top="35" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-28" height="jscript:view.height-147" backgroundColor="#000000" />
  158.     <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" >
  159.         <effects zIndex="25" id="visEffects" left="0" top="0" width="jscript:visMask.width" height="jscript:visMask.height" windowed="false" horizontalAlignment="stretch" verticalAlignment="stretch" 
  160.         currentEffectType="wmpprop:mediacenter.effectType" currentPreset="wmpprop:mediacenter.effectPreset" currentEffectType_onchange="mediacenter.effectType=currentEffectType;" visible="true" clippingColor="#ffffff"/>
  161.         <subview id="visEffectsSub" zIndex="600" top="jscript:visMask.height-30" width="jscript:visMask.width" height="30" verticalAlignment="bottom" horizontalAlignment="stretch" >
  162.             <text id="visEffectsText" left="2" fontSize="10" fontFace="arial" fontStyle="bold" fontSmoothing="true" foregroundColor="#ffffff" value="wmpprop:visEffects.currentEffectTitle" horizontalAlignment="center" />
  163.             <text id="visEffectsText2" left="2" top="15" fontSize="10" fontFace="arial" fontStyle="bold" fontSmoothing="true" foregroundColor="#ffffff" value="wmpprop:visEffects.currentPresetTitle" horizontalAlignment="center" />
  164.         </subview>
  165.     </subview>
  166.     <subview zIndex="20" left="jscript:view.width-25" top="jscript:view.height-102" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_resize.png" transparencyColor="#ff00ff" >
  167.         <button image="f_resize.png" onMouseDown="view.size( 'bottomright' );" cursor="sizenwse"  transparencyColor="#ff00ff" upToolTip="Resize - Use Mouse or Arrow Keys" onkeydown="viewResizer(event);" />
  168.     </subview>
  169. </view>
  170. <!-- video -->
  171. <view id="videoView" width="194" height="259" minWidth="194" minHeight="259" resizAble="true" titleBar="false" backgroundColor="none" scriptFile="frostbite.js"
  172.     onLoad="loadVidPrefs()" onClose="saveVidPrefs()" onKeyPress="viewHotKeys();" onResize="checkVidViewSize()" >
  173.     <player OpenState_onchange="checkVideoPlayerState();" PlayState_onchange="checkVideoPlayerState();" />
  174.     <subview zIndex="5" backgroundImage="vid_top_left.png" transparencyColor="#ff00ff" />
  175.     <subview zIndex="4" top="93" verticalAlignment="stretch" backgroundImage="f_left_s.png" backgroundTiled="true" />
  176.     <subview zIndex="5" top="jscript:view.height-164" verticalAlignment="bottom" backgroundImage="f_bot_left.png" transparencyColor="#ff00ff" />
  177.     <subview zIndex="4" left="69" top="jscript:view.height-164" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s1.png" backgroundTiled="true" />
  178.     <subview zIndex="5" left="jscript:view.width-117" top="jscript:view.height-164" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_bot_right.png" transparencyColor="#ff00ff" />
  179.     <subview zIndex="4" left="jscript:view.width-67" top="93" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="f_right_s.png" backgroundTiled="true" />
  180.     <subview zIndex="5" left="jscript:view.width-67" horizontalAlignment="right" backgroundImage="f_top_right.png" transparencyColor="#ff00ff" />
  181.     <subview zIndex="4" left="117" horizontalAlignment="stretch" backgroundImage="f_top_s.png" backgroundTiled="true" />
  182.     <subview zIndex="1" left="29" top="jscript:view.height-96" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s2.png" backgroundTiled="true" />
  183.     <subview id="vidCenter" zIndex="2" top="jscript:view.height-96" verticalAlignment="bottom" horizontalAlignment="center" backgroundImage="vid_bot_mid.png" />
  184.     <subview id="vidBotTile" zIndex="1" left="wmpprop:vidCenter.left" top="jscript:view.height-96" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="f_bot_s3.png" backgroundTiled="true" />
  185.     <subview zIndex="20" left="26" top="14" backgroundImage="vid_zoom_no.png" >
  186.         <button id="vidZoom" image="vid_zoom_no.png" hoverImage="vid_zoom_hov.png" downImage="vid_zoom_do.png" onClick="videoZoom()" />
  187.     </subview>
  188.     <subview zIndex="20" left="jscript:view.width-48" top="14" horizontalAlignment="right" backgroundImage="f_close_no.png" >
  189.         <button image="f_close_no.png" hoverImage="f_close_hov.png" downImage="f_close_do.png" onClick="closeView('vidViewer')" upToolTip="Close" />
  190.     </subview>
  191.     <subview id="vidDrawer" zIndex="3" top="jscript:view.height-173" verticalAlignment="bottom" horizontalAlignment="center" backgroundImage="vid_drawer.png" transparencyColor="#ff00ff" onEndMove="checkVidDrawer()" >
  192.         <subview id="vidDrawerFrame" zIndex="4" width="jscript:vidDrawer.width" height="jscript:vidDrawer.height" >
  193.             <videosettings id="vidset" enabled="true" />
  194.             <customslider id="hue" left="17" top="6" image="vid_slider.png" positionImage="vid_slider_map.png" min="-127" max="127" value="wmpprop:vidset.hue" value_onchange="vidset.hue=value;" toolTip="Hue" enabled="wmpprop:videoFrame.visible" onKeyDown="sliderKey(event,'vidset.hue','20')" />
  195.         <!--     <button left="32" top="14" image="shim.png" onClick="jscript:vidset.hue=0;" upToolTip="Reset Hue" /> -->
  196.             <text id="hueText" left="30" top="12" width="55" fontSize="6" fontFace="verdana" foregroundColor="#647FA6" value="HUE" toolTip="Reset Hue" onClick="JScript:vidset.hue=0;" hoverForegroundColor="#eeeeee" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.hue=0;" justification="center" fontStyle="bold" />
  197.             <customslider id="saturation" left="17" top="22" image="vid_slider.png" positionImage="vid_slider_map.png" min="-127" max="127" value="wmpprop:vidset.saturation" value_onchange="vidset.saturation=value;" toolTip="Saturation" enabled="wmpprop:videoFrame.visible" onKeyDown="sliderKey(event,'vidset.saturation','20')" />
  198.             <!-- <button left="32" top="30" image="shim.png" onClick="jscript:vidset.saturation=0;" upToolTip="Reset Saturation" /> -->
  199.             <text id="saturationText" left="29" top="28" width="60" fontSize="6" fontFace="verdana" foregroundColor="#647FA6" value="SATURATION" toolTip="Reset Saturation" onClick="JScript:vidset.saturation=0;" hoverForegroundColor="#eeeeee" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.saturation=0;" justification="center" fontStyle="bold" />
  200.             <customslider id="brightness" left="17" top="38" image="vid_slider.png" positionImage="vid_slider_map.png" min="-127" max="127" value="wmpprop:vidset.brightness" value_onchange="vidset.brightness=value;" toolTip="Brightness" enabled="wmpprop:videoFrame.visible" onKeyDown="sliderKey(event,'vidset.brightness','20')" />
  201.             <!-- <button left="32" top="46" image="shim.png" onClick="jscript:vidset.brightness=0;" upToolTip="Reset Brightness" /> -->
  202.             <text id="brightnessText" left="29" top="44" width="60" fontSize="6" fontFace="verdana" foregroundColor="#647FA6" value="BRIGHTNESS" toolTip="Reset Brightness" onClick="JScript:vidset.brightness=0;" hoverForegroundColor="#eeeeee" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.brightness=0;" justification="center" fontStyle="bold" />
  203.             <customslider id="contrast" left="17" top="54" image="vid_slider.png" positionImage="vid_slider_map.png" min="-127" max="127" value="wmpprop:vidset.contrast" value_onchange="vidset.contrast=value;" toolTip="Contrast" enabled="wmpprop:videoFrame.visible" onKeyDown="sliderKey(event,'vidset.contrast','20')" />
  204.             <!-- <button left="32" top="62" image="shim.png" onClick="jscript:vidset.contrast=0;" upToolTip="Reset Contrast" /> -->
  205.             <text id="contrastText" left="30" top="60" width="55" fontSize="6" fontFace="verdana" foregroundColor="#647FA6" value="CONTRAST" toolTip="Reset Contrast" onClick="JScript:vidset.contrast=0;" hoverForegroundColor="#eeeeee" tabStop="true" onkeyup="if ( event.keyCode == 13 ) vidset.contrast=0;" justification="center" fontStyle="bold" />
  206.         </subview>
  207.         <button id="vidDrawerButton" top="77" 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" />
  208.     </subview>
  209.     <subview id="vidBack" zIndex="11" left="12" top="31" backgroundImage="vid_back.png" />
  210.     <subview id="vidOutline" zIndex="10" left="14" top="35" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-28" height="jscript:view.height-147" backgroundColor="#000000" />
  211.     <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" >
  212.         <video zIndex="8" id="videoWin" width="jscript:videoFrame.width" height="jscript:videoFrame.height" horizontalAlignment="stretch" verticalAlignment="stretch" 
  213.             onvideostart="checkVideoPlayerState();" backgroundColor="black" onvideoend="checkVideoPlayerState();" fullScreen="true" maintainAspectRatio="true" stretchToFit="true" shrinkToFit="true"
  214.             tabStop="true" />
  215.     </subview>
  216.     <subview zIndex="20" left="jscript:view.width-25" top="jscript:view.height-102" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="f_resize.png" transparencyColor="#ff00ff" >
  217.         <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()" />
  218.     </subview>
  219.     <subview id="vidLocSub" >
  220.         <text id="vidSetTip" toolTip="Click To Set Video Size" />
  221.         <text id="vidZoomIn" toolTip="Change Video Size - Current: " />
  222.         <text id="vidZoomMid" toolTip="% - Next: " />
  223.         <text id="vidZoomOut" toolTip="%" />
  224.     </subview>
  225. </view>
  226. </theme>