home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / opsys / wmakeup / downloads / ZippoXP.wmz / ZippoXP.wms < prev   
Encoding:
Text File  |  2003-11-06  |  27.6 KB  |  213 lines

  1. <!-- ⌐2003 Zippo Manufacturing Co. All rights reserved. -->
  2. <!-- http://www.zippo.com -->
  3.  
  4. <theme id="ZippoXP" author="Pixtudio" copyright="⌐2003 Zippo Manufacturing Co. All rights reserved.">
  5.  
  6. <view id="vwPlayer" width="375" height="299"
  7.     scriptFile="Zippo.js;res://wmploc/RT_TEXT/#132"
  8.     titleBar="false"
  9.     resizable="false"
  10.     backgroundColor="none"
  11.     onLoad="vwPlayer_OnLoad();"
  12.     onTimer="introSequence()" 
  13.     timerInterval="2000" >
  14.  
  15.     <player PlayState_onchange="onPlayStateChange();" OpenState_onchange="onPlayStateChange();">
  16.         <controls currentPosition_onchange="progressMain.value=player.controls.currentPosition;"/>
  17.     </player>
  18.     <video visible="false" enabled="true" onVideoStart="JScript:OpenVideo();"/>
  19.     
  20.     <!-- Visual Effects -->
  21.     <subview id="VisualEffects" zIndex="2" left="75" top="38" backgroundImage="middle-bg.bmp" transparencyColor="#FF00FF" visible="false">
  22.         <effects id="visEffects" left="0" top="0" width="224" height="224" windowed="false" visible="false" onClick="next();"/>
  23.         <subview id="vislight" left="0" top="0" zIndex="3" backgroundImage="vislight.png" passThrough="true" visible="false"/>
  24.     </subview>
  25.     <!-- Visual Effects -->
  26.     
  27.     <subview id="ZippoInfo" zIndex="2" left="75" top="38" backgroundImage="middle-info-bg.bmp" transparencyColor="#FF00FF" visible="false">
  28.         <text left="4" top="110" width="220" fontSize="8" fontSmoothing="false" fontFace="tahoma" fontStyle="bold" foregroundColor="#2C0700" value="http://www.zippo.com" justification="center" onclick="player.launchURL('http://www.zippo.com')" cursor="hand"/>
  29.         <text left="4" top="124" width="220" fontSize="8" fontSmoothing="false" fontFace="tahoma" fontStyle="bold" foregroundColor="#2C0700" value="http://www.zippohottour.com" justification="center" onclick="player.launchURL('http://www.zippohottour.com')" cursor="hand"/>
  30.         <text left="4" top="138" width="220" fontSize="8" fontSmoothing="false" fontFace="tahoma" fontStyle="bold" foregroundColor="#2C0700" value="http://www.zippoclick.com" justification="center" onclick="player.launchURL('http://www.zippoclick.com')" cursor="hand"/>
  31.         <text left="4" top="161" width="220" fontSize="7" fontSmoothing="false" fontFace="tahoma" fontStyle="normal" foregroundColor="#2C0700" value="Copyright 2003" justification="center"/>
  32.         <text left="4" top="173" width="220" fontSize="7" fontSmoothing="false" fontFace="tahoma" fontStyle="normal" foregroundColor="#2C0700" value="Zippo Manufacturing Co." justification="center"/>
  33.         <subview id="ZippoInfoGlass" left="9" top="9" zIndex="3" backgroundImage="glass.png" passThrough="true" visible="false"/>
  34.     </subview>
  35.  
  36.     <subview id="center" zIndex="1" left="75" top="38" backgroundImage="middle-bg.bmp" transparencyColor="#FF00FF" visible="true">
  37.     <!-- Title Player Status -->
  38.     <subview zIndex="2" left="2" top="102" justification="left" backgroundImage="title-bg.bmp">
  39.         <text left="2" top="4" width="220" fontSize="6" fontSmoothing="false" fontFace="hooge 05_53" fontStyle="bold" foregroundColor="#2C0700" value="wmpprop:player.currentmedia.name" textwidth_onchange="JScript:scrolling=(textwidth>width);" scrollingDelay="3" scrollingAmount="1" justification="center" scrolling="true"/>
  40.         <text left="2" top="15" width="220" fontSize="6" fontSmoothing="false" fontFace="hooge 05_53" fontStyle="light" foregroundColor="#2C0700"    justification="center" value="wmpprop:player.status"/>
  41.     </subview>
  42.     <!-- Title Player Status -->
  43.     <!-- Time left -->
  44.     <subview zIndex="2" left="61" top="42" justification="left" backgroundImage="time-bg.bmp" visible="wmpenabled:player.controls.pause" visible_onchange="if (visible) {if (g_SetPlayPauseFocus){view.focusObjectID='btnPause';g_SetPlayPauseFocus=false;}} else if (view.focusObjectID=='btnPause') view.focusObjectID='TransportButtongroup';">
  45.         <text left="1" top="4" width="100" fontSize="34" fontSmoothing="true" fontFace="Assiduous" fontStyle="normal" foregroundColor="#2C0700" justification="center" value="wmpprop:player.controls.currentPositionString"/>
  46.     </subview>
  47.     <!-- Time left -->
  48.     <!-- volume -->
  49.     <slider id="volume" left="50" top="186" zIndex="1" toolTip="Volume" min="0" max="100" borderSize="1" slide="false" direction="horizontal" backgroundImage="vol-bg.bmp" foregroundImage="vol-fg.bmp" thumbImage="vol-slider.bmp" transparencyColor="#FF00FF" value="wmpprop:player.settings.volume" value_onchange="wmpprop:player.settings.volume = value;updateVolToolTip();"/>
  50.     <subview zIndex="2" left="55" top="168" justification="left" backgroundImage="volume-bg.bmp" transparencyColor="#FF00FF">
  51.         <text left="4" top="3" width="100" fontSize="6" fontSmoothing="false" fontFace="hooge 05_53" fontStyle="bold" foregroundColor="#2C0700" justification="left" value="Volume"/>
  52.         <text left="85" top="3" width="20" fontSize="6" fontSmoothing="false" fontFace="hooge 05_53" fontStyle="bold" foregroundColor="#2C0700" justification="right" value="wmpprop:player.settings.volume"/>
  53.         <text left="106" top="3" width="10" fontSize="6" fontSmoothing="false" fontFace="hooge 05_53" fontStyle="bold" foregroundColor="#2C0700" justification="left" value="%"/>
  54.     </subview>
  55.     <!-- volume -->
  56.         <subview id="glass" left="9" top="9" zIndex="3" backgroundImage="glass.png" passThrough="true" visible="true"/>
  57.         <subview id="animation" zIndex="4" left="0" top="0" backgroundImage="startup-animation.bmp" transparencyColor="#FF00FF" passThrough="true" visible="true"/>
  58.     </subview>
  59.  
  60.     <subview id="mainframe" zIndex="3" left="0" top="0" width="343" backgroundImage="eq_background_mask.bmp" transparencyColor="#FF00FF">
  61.        <button id="bZippoInfo" left="156" top="6" image="zippo.png" hoverimage="zippo-h.png" downImage="zippo-d.png" sticky="true" upToolTip="Open Information" DownToolTip="Close Information" onClick="jscript:ToggleZippoInfo();" cursor="hand"/>
  62.     <!-- Close Min Restore buttons -->
  63.        <buttongroup zIndex="5" left="0" top="0" mappingImage="main-buttons-m.bmp" image="main-buttons.bmp" hoverImage="main-buttons-h.gif" downImage="main-buttons-d.bmp" disabledImage="main-buttons-dis.bmp">
  64.            <buttonelement mappingColor="#FFFF00" upToolTip="Minimize" onClick="view.minimize();" cursor="hand"/>
  65.         <buttonelement mappingColor="#FF0000" upToolTip="Close" onClick="view.close();" cursor="hand"/>
  66.         <buttonelement mappingColor="#00FFFF" upToolTip="Return to Full Mode" onClick="view.returnToMediaCenter();" cursor="hand"/>
  67.         <buttonelement mappingColor="#000000" upTooltip="Mute" DownTooltip="Un-mute" id="mute" sticky="true" down="wmpprop:player.settings.mute" onclick="player.settings.mute=down;" cursor="hand"/>
  68.         <buttonelement mappingColor="#0000FF" upTooltip="Enable Shuffle" DownTooltip="Disable Shuffle" id="randomb"    sticky="true"    down="jscript:player.settings.getMode('shuffle');" onClick="player.settings.setMode('shuffle',down);" cursor="hand"/>
  69.         <buttonelement mappingColor="#FFFFFF" upTooltip="Enable Repeat" DownTooltip="Disable Repeat" id="repeatb" sticky="true"    down="jscript:player.settings.getMode('loop');" onClick="player.settings.setMode('loop',down);" cursor="hand"/>
  70.         <buttonelement mappingColor="#00FF00" upToolTip="Open Visual Effects" DownToolTip="Close Visual Effects" id="bVisualeffects" sticky="true" onClick="jscript:ToggleVisualEffects();" cursor="hand"/>
  71.     </buttongroup>
  72.     <!-- Close Min Restore buttons -->
  73.     <!-- control buttons -->
  74.     <buttongroup zIndex="1" left="13" top="50" mappingImage="ctrl-m.bmp" image="ctrl.bmp" downImage="ctrl-d.bmp" hoverImage="ctrl-h.gif" disabledImage="ctrl-dis.bmp">
  75.         <buttonelement mappingColor="#0000FF" enabled="wmpenabled:player.controls.Play" upToolTip="res://wmploc.dll/RT_STRING/#1800" onClick="player.controls.Play();" accName="res://wmploc.dll/RT_STRING/#2115" accKeyboardShortcut="res://wmploc.dll/RT_STRING/#2117" cursor="hand"/>
  76.         <buttonelement mappingColor="#00FF00" enabled="wmpenabled:player.controls.Previous" upToolTip="res://wmploc.dll/RT_STRING/#1805" onClick="player.controls.Previous();" accName="res://wmploc.dll/RT_STRING/#2126" accKeyboardShortcut="res://wmploc.dll/RT_STRING/#2127" cursor="hand"/>
  77.         <buttonelement mappingColor="#00FFFF" enabled="wmpenabled:player.controls.Next" upToolTip="res://wmploc.dll/RT_STRING/#1806" onclick="player.controls.Next();" accName="res://wmploc.dll/RT_STRING/#2124" accKeyboardShortcut="res://wmploc.dll/RT_STRING/#2125" cursor="hand"/>
  78.         <buttonelement mappingColor="#FFFFFF" enabled="wmpenabled:player.controls.Stop" upToolTip="res://wmploc.dll/RT_STRING/#1802" onClick="player.controls.Stop();" accName="res://wmploc.dll/RT_STRING/#2118" accKeyboardShortcut="res://wmploc.dll/RT_STRING/#2119" cursor="hand"/>
  79.         <buttonelement upToolTip="Open file" mappingColor="#FFFF00" onClick="JScript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALL');vwPlayer_OnOpenStateChange(NewState);" cursor="hand"/>
  80.     </buttongroup>
  81.     <button zIndex="2" id="btnPause" left="13" top="130" upToolTip="res://wmploc.dll/RT_STRING/#1801" image="ctrl-pause.bmp" downImage="ctrl-pause-d.bmp" hoverImage="ctrl-pause-h.gif" onClick="player.controls.pause()" accName="res://wmploc.dll/RT_STRING/#2116" cursor="hand" visible="wmpenabled:player.controls.pause" visible_onchange="if (visible) {if (g_SetPlayPauseFocus){view.focusObjectID='btnPause';g_SetPlayPauseFocus=false;}} else if (view.focusObjectID=='btnPause') view.focusObjectID='TransportButtongroup';"/>
  82.     <!-- control buttons -->
  83.     </subview>
  84.  
  85.     <subview id="bShadow" zIndex="5" left="300" top="50" backgroundImage="shadow.png" visible="false" passThrough="true"/>
  86.  
  87.     <subview id="Panel" zIndex="0" width="343" height="199" left="32" top="50" backgroundImage="panel-bg.bmp" transparencyColor="#FF00FF" onEndMove="PanelOnEndMove()">
  88.         <button id="bPanelToggle" zIndex="1"     left="268" top="0" image="EQ-button-left.bmp"    transparencyColor="#FF00FF" visible="true"/>
  89.         <!-- Panel buttons -->
  90.         <buttongroup zIndex="1" left="268" top="0" mappingImage="panel-buttons-m.bmp" image="panel-buttons.bmp" hoverImage="panel-buttons-h.gif" downImage="panel-buttons-d.bmp" hoverDownImage="panel-buttons-d.bmp">
  91.             <buttonelement mappingColor="#FF0000" id="bVideosettings" sticky="true" upToolTip="Video settings" DownToolTip="Close Video settings" onClick="jscript:ToggleVidSettings();" cursor="hand"/>
  92.             <buttonelement mappingColor="#FFFF00" id="bEqualizer" sticky="true" upToolTip="Equalizer" DownToolTip="Close Equalizer" onClick="jscript:ToggleEQP();" cursor="hand"/>
  93.             <buttonelement mappingColor="#0000FF" id="bPlaylist" sticky="true" upToolTip="Playlist" DownToolTip="Close Playlist" onClick="jscript:TogglePlayList();" cursor="hand"/>
  94.         </buttongroup>
  95.         <!-- Panel buttons -->
  96.     <subview id="PlayList" zIndex="0" left="33" top="7" backgroundImage="playlist-bg.bmp" transparencyColor="#FF00FF" visible="false">
  97.         <playlist id="ctrlPlaylist" zindex="6" left="4" top="28" width="228" height="133" visible="false" backgroundColor="#3E3E3F" foregroundcolor="#AFAFAF" itemPlayingColor="#EEEEEE" itemPlayingBackgroundColor="#700102" disabledItemColor="#000000" columnCount="2" columns="Name;Duration" playlistItemsVisible="true" dropDownVisible="true" allowItemEditing="true" columnsVisible="true" allowColumnSorting="false" horizontalAlignment="stretch" verticalAlignment="stretch" allowItemEditing="false" checkboxesVisible="false"/>
  98.         <text left="60" top="6" width="120" justification="center" value="res://-/RT_STRING/#217" foregroundcolor="#AFAFAF" fontSize="6" fontSmoothing="false" fontFace="hooge 05_53" fontStyle="bold"/>
  99.         <buttongroup zIndex="3" left="27" top="167" mappingImage="EQ-buttons-m.bmp" image="playlist-buttons.bmp" hoverImage="playlist-buttons-h.bmp" downImage="playlist-buttons-d.bmp" hoverDownImage="playlist-buttons-h.bmp" disabledImage="playlist-buttons-dis.bmp">
  100.             <buttonelement mappingColor="#0000FF" onClick="addToPlaylist()" upToolTip="Add to Playlist" cursor="hand"/>
  101.             <buttonelement mappingColor="#00FF00" onClick="delFromPlaylist()" upToolTip="Delete from Playlist" cursor="hand"/>
  102.         </buttongroup>
  103.     </subview>
  104.  
  105.     <!-- Video Setting -->
  106.     <subview id="VidSettings" zIndex="0" left="33" top="7" height="192" backgroundImage="videoset-bg.bmp" transparencyColor="#FF00FF" visible="false" onEndMove="VidSettingsOnEndMove()">
  107.         <VideoSettings id="vs" enabled="wmpprop:brightvideoResetButton.enabled"/>
  108.         <VideoSettings id="vs" enabled="wmpprop:huevideoResetButton.enabled"/>
  109.         <VideoSettings id="vs" enabled="wmpprop:contrastvideoResetButton.enabled"/>
  110.         <VideoSettings id="vs" enabled="wmpprop:saturationvideoResetButton.enabled"/>
  111.         
  112.         <slider id="vidSat"            min="-127" max="127" left="7"                            top="47"                        bordersize="9" backgroundImage="vid-saturation.bmp"     thumbImage="EQ-slider-h.png" thumbHoverImage="EQ-slider-h-h.png" thumbdisabledImage="EQ-slider-h-dis.png" value="wmpprop:vs.saturation"    value_onchange="vs.saturation=value;"    enabled="wmpprop:saturationvideoResetButton.enabled"    direction="horizontal"/>
  113.         <slider id="vidContrast"    min="-127" max="127" left="jscript:vidSat.left+118;"    top="jscript:vidSat.top;"        bordersize="9" backgroundImage="vid-contrast.bmp"     thumbImage="EQ-slider-h.png" thumbHoverImage="EQ-slider-h-h.png" thumbdisabledImage="EQ-slider-h-dis.png" value="wmpprop:vs.contrast"    value_onchange="vs.hue=contrast;"        enabled="wmpprop:contrastvideoResetButton.enabled"        direction="horizontal"/>
  114.         <slider id="vidHue"            min="-127" max="127" left="jscript:vidSat.left;"        top="jscript:vidSat.top+72;"    bordersize="9" backgroundImage="vid-hue.bmp"         thumbImage="EQ-slider-h.png" thumbHoverImage="EQ-slider-h-h.png" thumbdisabledImage="EQ-slider-h-dis.png" value="wmpprop:vs.hue"        value_onchange="vs.hue=value;"            enabled="wmpprop:vhueideoResetButton.enabled"            direction="horizontal"/>
  115.         <slider id="vidBright"        min="-127" max="127" left="jscript:vidSat.left+118;"    top="jscript:vidSat.top+72;"    bordersize="9" backgroundImage="vid-brightness.bmp"     thumbImage="EQ-slider-h.png" thumbHoverImage="EQ-slider-h-h.png" thumbdisabledImage="EQ-slider-h-dis.png" value="wmpprop:vs.brightness"    value_onchange="vs.brightness=value;"    enabled="wmpprop:brightvideoResetButton.enabled"        direction="horizontal"/>
  116.  
  117.         <button id="brightvideoResetButton"        upToolTip="Reset Brightness"    left="jscript:vidBright.left+46;"     top="jscript:vidBright.top+24;"    image="Vid-reset.bmp" downImage="Vid-reset-d.bmp" HoverImage="Vid-reset-h.bmp" disabledImage="Vid-reset-dis.bmp" onClick="ResetbrightVideoSettings();" cursor="hand"/>
  118.         <button id="huevideoResetButton"        upToolTip="Reset Hue"            left="jscript:vidHue.left+46;"         top="jscript:vidHue.top+24;"        image="Vid-reset.bmp" downImage="Vid-reset-d.bmp" HoverImage="Vid-reset-h.bmp" disabledImage="Vid-reset-dis.bmp" onClick="ResethueVideoSettings();" cursor="hand"/>
  119.         <button id="contrastvideoResetButton"    upToolTip="Reset Contrast"        left="jscript:vidContrast.left+46;"     top="jscript:vidContrast.top+24;"    image="Vid-reset.bmp" downImage="Vid-reset-d.bmp" HoverImage="Vid-reset-h.bmp" disabledImage="Vid-reset-dis.bmp" onClick="ResetcontrastVideoSettings();" cursor="hand"/>
  120.         <button id="saturationvideoResetButton"    upToolTip="Reset Saturation"    left="jscript:vidSat.left+46;"         top="jscript:vidSat.top+24;"        image="Vid-reset.bmp" downImage="Vid-reset-d.bmp" HoverImage="Vid-reset-h.bmp" disabledImage="Vid-reset-dis.bmp" onClick="ResetsaturationVideoSettings();" cursor="hand"/>
  121.  
  122.         <text left="60" top="6" width="120" justification="center" value="res://-/RT_STRING/#1849" foregroundcolor="#AFAFAF" fontSize="6" fontSmoothing="false" fontFace="hooge 05_53" fontStyle="bold"/>
  123.     </subview>
  124.     <!-- Video Setting -->    
  125.  
  126.     <!-- EQ -->
  127.     <subview id="EQPanel" zIndex="0" left="33" top="7" height="192" backgroundImage="eq-bg.bmp" transparencyColor="#FF00FF" visible="false" onEndMove="EQPanelOnEndMove()">
  128.     <equalizerSettings id="EQ" tabStop="false" classid="clsid:93EB32F5-87B1-45ad-ACC6-0F2483DB83BB" bypass_onchange="UpdateEQMode();" splineTension="3" enableSplineTension="true"/>
  129.  
  130.     <slider id="EQ1"    bordersize="10" slide="false" left="10"                        top="44"                backgroundImage="EQ-bg-v.bmp" foregroundImage="EQ-fg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" thumbdisabledImage="EQ-slider-v-dis.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel1" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel1 = value;" ondragend="DoShiftSensitiveEQ(event,1,value);" toolTip="jscript:Math.round(value)"/>
  131.     <slider id="EQ2"    bordersize="10" slide="false" left="jscript:EQ1.left+22;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" foregroundImage="EQ-fg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" thumbdisabledImage="EQ-slider-v-dis.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel2" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel2 = value;" ondragend="DoShiftSensitiveEQ(event,2,value);" toolTip="jscript:Math.round(value)"/>
  132.     <slider id="EQ3"    bordersize="10" slide="false" left="jscript:EQ2.left+22;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" foregroundImage="EQ-fg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" thumbdisabledImage="EQ-slider-v-dis.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel3" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel3 = value;" ondragend="DoShiftSensitiveEQ(event,3,value);" toolTip="jscript:Math.round(value)"/>
  133.     <slider id="EQ4"    bordersize="10" slide="false" left="jscript:EQ3.left+22;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" foregroundImage="EQ-fg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" thumbdisabledImage="EQ-slider-v-dis.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel4" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel4 = value;" ondragend="DoShiftSensitiveEQ(event,4,value);" toolTip="jscript:Math.round(value)"/>
  134.     <slider id="EQ5"    bordersize="10" slide="false" left="jscript:EQ4.left+22;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" foregroundImage="EQ-fg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" thumbdisabledImage="EQ-slider-v-dis.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel5" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel5 = value;" ondragend="DoShiftSensitiveEQ(event,5,value);" toolTip="jscript:Math.round(value)"/>
  135.     <slider id="EQ6"    bordersize="10" slide="false" left="jscript:EQ5.left+22;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" foregroundImage="EQ-fg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" thumbdisabledImage="EQ-slider-v-dis.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel6" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel6 = value;" ondragend="DoShiftSensitiveEQ(event,6,value);" toolTip="jscript:Math.round(value)"/>
  136.     <slider id="EQ7"    bordersize="10" slide="false" left="jscript:EQ6.left+22;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" foregroundImage="EQ-fg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" thumbdisabledImage="EQ-slider-v-dis.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel7" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel7 = value;" ondragend="DoShiftSensitiveEQ(event,7,value);" toolTip="jscript:Math.round(value)"/>
  137.     <slider id="EQ8"    bordersize="10" slide="false" left="jscript:EQ7.left+22;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" foregroundImage="EQ-fg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" thumbdisabledImage="EQ-slider-v-dis.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel8" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel8 = value;" ondragend="DoShiftSensitiveEQ(event,8,value);" toolTip="jscript:Math.round(value)"/>
  138.     <slider id="EQ9"    bordersize="10" slide="false" left="jscript:EQ8.left+22;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" foregroundImage="EQ-fg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" thumbdisabledImage="EQ-slider-v-dis.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel9" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel9 = value;" ondragend="DoShiftSensitiveEQ(event,9,value);" toolTip="jscript:Math.round(value)"/>
  139.     <slider id="EQ10"    bordersize="10" slide="false" left="jscript:EQ9.left+22;"    top="jscript:EQ1.top;"    backgroundImage="EQ-bg-v.bmp" foregroundImage="EQ-fg-v.bmp" thumbImage="EQ-slider-v.png" thumbHoverImage="EQ-slider-v-h.png" thumbdisabledImage="EQ-slider-v-dis.png" min="-14" max="14" direction="vertical" value="wmpprop:EQ.gainLevel10" enabled="wmpprop:!EQ.bypass" value_onchange="toolTip = Math.round(value); if (!event.shiftKey) EQ.gainLevel10 = value;" ondragend="DoShiftSensitiveEQ(event,10,value);" toolTip="jscript:Math.round(value)"/>
  140.  
  141.     <text left="60" top="6" width="120" justification="center" value="res://-/RT_STRING/#1848" foregroundcolor="#AFAFAF" fontSize="6" fontSmoothing="false" fontFace="hooge 05_53" fontStyle="bold"/>
  142.  
  143.     <buttongroup id="cmdEQ" left="27" top="167" mappingImage="EQ-buttons-m.bmp" image="EQ-buttons.bmp" hoverImage="EQ-buttons-h.bmp" downImage="EQ-buttons-d.bmp" hoverDownImage="EQ-buttons-dh.bmp" disabledImage="EQ-buttons-dis.bmp">
  144.         <buttonelement mappingColor="#0000FF" onClick="EQ.bypass=!EQ.bypass;" sticky="true" upTooltip="Turn on Graphic Equalizer" downTooltip="Turn off Graphic Equalizer" down="jscript:!EQ.bypass" accKeyboardShortcut="res://-/RT_STRING/#2114" accName="Enable and Disable Graphic Equalizer (toggle)" cursor="hand"/>
  145.         <buttonelement mappingColor="#00FF00" uptooltip="Presets" onClick="EQSelectMenu();" cursor="hand"/>
  146.     </buttongroup>
  147.  
  148.     <popup id="mnuEQSelect" zindex="4" left="96" top="16" visible="false" selectedItem_onchange="EQ.currentPreset = selectedItem"/>
  149.     </subview>
  150.     <!-- EQ -->
  151.     </subview>
  152.     <text id="xEqPl" enabled="false" visible="false" toolTip="" value=""/>
  153. </view>
  154.  
  155. <view id="Video" width="399" height="320" scriptFile="Zippo.js;res://wmploc/RT_TEXT/#132" titleBar="false" resizable="true" backgroundColor="none" onLoad="OnLoadvid();">
  156.     <player PlayState_onchange="onPlayStateChange();" OpenState_onchange="onPlayStateChange();">
  157.         <controls currentPosition_onchange="progressMain.value=player.controls.currentPosition; "/>
  158.     </player>
  159.  
  160.     <subview backgroundImage="video-corner1.bmp" left="0" top="0" clippingColor="#FF00FF">
  161.     <!-- control buttons -->
  162.  
  163.     <buttongroup zIndex="1" left="17" top="27" mappingImage="ctrl-vid-m.bmp" image="ctrl-vid.bmp" downImage="ctrl-vid-d.bmp" hoverImage="ctrl-vid-h.gif" disabledImage="ctrl-vid-dis.bmp">
  164.         <buttonelement mappingColor="#0000FF" enabled="wmpenabled:player.controls.Play" upToolTip="res://wmploc.dll/RT_STRING/#1800" onClick="player.controls.Play();" accName="res://wmploc.dll/RT_STRING/#2115" accKeyboardShortcut="res://wmploc.dll/RT_STRING/#2117" cursor="hand"/>
  165.         <rewelement mappingColor="#00FF00" cursor="hand"/>
  166.         <ffwdelement mappingColor="#00FFFF" cursor="hand"/>
  167.         <buttonelement mappingColor="#FFFFFF" enabled="wmpenabled:player.controls.Stop" upToolTip="res://wmploc.dll/RT_STRING/#1802" onClick="player.controls.Stop();" accName="res://wmploc.dll/RT_STRING/#2118" accKeyboardShortcut="res://wmploc.dll/RT_STRING/#2119" cursor="hand"/>
  168.     </buttongroup>
  169.     <button zIndex="2" id="btnPause" left="40" top="27" upToolTip="res://wmploc.dll/RT_STRING/#1801" image="ctrl-vid-pause.bmp" downImage="ctrl-vid-pause-d.bmp" hoverImage="ctrl-vid-pause-h.gif" onClick="player.controls.pause()" accName="res://wmploc.dll/RT_STRING/#2116" cursor="hand" visible="wmpenabled:player.controls.pause" visible_onchange="if (visible) {if (g_SetPlayPauseFocus){view.focusObjectID='btnPause';g_SetPlayPauseFocus=false;}} else if (view.focusObjectID=='btnPause') view.focusObjectID='TransportButtongroup';" transparencyColor="#FF00FF"/>
  170.     <!-- control buttons -->
  171.     </subview>
  172.     <subview backgroundImage="video-corner2.bmp" left="386" top="0" horizontalAlignment="right" clippingColor="#FF00FF"/>
  173.     <subview backgroundImage="video-corner3.bmp" left="0" top="222" verticalAlignment="bottom" clippingColor="#FF00FF"/>
  174.     <subview backgroundImage="video-corner4.bmp" left="292" top="225" horizontalAlignment="right" verticalAlignment="bottom" clippingColor="#FF00FF">
  175.         <button image="video-resize4.bmp" left="89" top="77" onMouseDown="view.size( 'bottomright' );" cursor="hand" tabstop="false" upToolTip="Resize" transparencyColor="#FF00FF"/>
  176.     </subview>
  177.     <subview backgroundImage="video-left.bmp" left="0" top="53" backgroundTiled="true" verticalAlignment="stretch"/>
  178.     <subview backgroundImage="video-right.bmp" left="390" top="53" backgroundTiled="true" horizontalAlignment="right" verticalAlignment="stretch"/>
  179.     <subview backgroundImage="video-top.bmp" left="278" top="0" backgroundTiled="true" horizontalAlignment="stretch" clippingColor="#FF00FF"/>
  180.     <subview backgroundImage="video-bottom.bmp" left="82" top="309" backgroundTiled="true" horizontalAlignment="stretch" verticalAlignment="bottom"/>
  181.     <subview zindex="2" left="15" top="8" width="370" height="22" horizontalAlignment="stretch">
  182.         <text left="2" top="3" width="370" horizontalAlignment="stretch" fontSize="8" fontSmoothing="false" fontFace="Tahoma" fontStyle="bold" foregroundColor="#450202" value="wmpprop:player.currentmedia.name" textwidth_onchange="JScript:scrolling=(textwidth>width);" scrollingDelay="3" scrollingAmount="1" justification="left" scrolling="true"></text>
  183.         <text left="0" top="0" width="370" horizontalAlignment="stretch" fontSize="8" fontSmoothing="false" fontFace="Tahoma" fontStyle="bold" foregroundColor="#FFDC00" value="wmpprop:player.currentmedia.name" textwidth_onchange="JScript:scrolling=(textwidth>width);" scrollingDelay="3" scrollingAmount="1" justification="left" scrolling="true"></text>
  184.     </subview>
  185.     
  186.     <subview zindex="2" left="372" top="3" width="21" height="21" horizontalAlignment="right">
  187.         <button left="0" top="0" upToolTip="Close" image="vid-close.bmp" hoverImage="vid-close-h.bmp" downImage="vid-close-p.bmp" transparencyColor="#FF00FF" onClick="CloseVideo();" cursor="hand"/>
  188.     </subview>
  189.  
  190.  
  191.     <subview id="seekbar" zindex="2" left="139" top="34" width="243" height="11" horizontalAlignment="stretch">
  192.         <slider id="seek" zindex="1" left="0" top="0" width="jscript:seekbar.width" height="jscript:seekbar.height" 
  193.         backgroundImage="seek-bg.bmp" foregroundImage="seek-fg.bmp" 
  194.         thumbImage="seek-slider.bmp" thumbDownImage="seek-slider-h.bmp" thumbHoverImage="seek-slider-h.bmp" 
  195.         borderSize="12" transparencyColor="#FF00FF" 
  196.         min="0" max="wmpprop:player.currentmedia.duration" 
  197.         toolTip="res://-/RT_STRING/#1809" 
  198.         value="wmpprop:player.controls.currentposition" 
  199.         ondragend="player.controls.currentposition=value;" 
  200.         slide="false" 
  201.         accName="res://-/RT_STRING/#2109" 
  202.         accKeyboardShortcut="res://-/RT_STRING/#2108" 
  203.         horizontalAlignment="stretch" 
  204.         enabled="wmpenabled:player.controls.seek" 
  205.         visible="wmpprop:seek.enabled"/>
  206.     </subview>
  207.  
  208.     <subview id="vidback" zindex="1" left="9" top="53" width="381" height="256" backgroundColor="#000000" horizontalAlignment="stretch" verticalAlignment="stretch">
  209.         <video id="vid" zIndex="1" width="jscript:vidback.width" height="jscript:vidback.height" horizontalAlignment="stretch" verticalAlignment="stretch" onVideoStart="jscript:OpenVideo();" zoom="wmpprop:mediacenter.videoZoom" stretchToFit="wmpprop:mediacenter.videoStretchToFit" shrinkToFit="wmpprop:mediacenter.videoStretchToFit" fullScreen="true" maintainAspectRatio="true"/>
  210.     </subview>
  211. </view>
  212.  
  213. </theme>