home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / CHIP_08_2003.iso / Chip / service / Wm99xme / MPSetup.exe / Compact.wmz / compact.wms < prev    next >
Encoding:
Text File  |  2002-12-11  |  79.1 KB  |  1,027 lines

  1.  ■<!--
  2.     Microsoft Windows Media Technologies
  3.     Copyright (C) Microsoft Corporation.  All Rights Reserved.
  4. -->
  5. <theme
  6.     author="Microsoft Corporation"
  7.     copyright="(C) Microsoft Corporation. All rights reserved."
  8.     >
  9. <view id="compact"
  10.     width="422" height="378"
  11.     scriptFile="compact.js;transport.js;res://wmploc/RT_TEXT/#132"
  12.     titleBar="false"
  13.     resizable="true"
  14.     timerInterval="4000"
  15.     onload="InitCompact();InitVideoSettingsView();"
  16.     onclose="CloseCompact();"
  17.     backgroundColor="none"
  18.     minWidth="422"
  19.     minHeight="378"
  20.     maxWidth="jscript:event.screenWidth - rightMove"
  21.     maxHeight="jscript:event.screenHeight - bottomMove"
  22. >
  23.     <player
  24.         openstatechange="OnOpenStateChangeTransport(NewState);OnStateChange(); if(NewState==osMediaOpen)DoSnapToSize();VideoSettings_OnOpenStateChangeEvent(NewState);"
  25.         playstatechange="OnPlayStateChangeTransport(NewState);OnStateChange();"
  26.         status_onchange="OnStatusChangeTransport(status);"
  27.         modechange="OnModeChange();"
  28.         currentmediaitemavailable="OnDownloadingMediaViz(bstrItemName);"
  29.         currentplaylistchange="OnStateChange();"
  30.         mediachange="OnStateChange();"
  31.     >
  32.         <currentmedia
  33.             name_onchange="OnStateChange();"
  34.             />
  35.     </player>
  36.     <subview id="playlistDrawer"
  37.         left="219" top="37" 
  38.         width="204" height="261"
  39.         zindex="-1"
  40.         clippingColor="#FF00FF"
  41.         backgroundImage="drawer_right_top.bmp"
  42.         onEndMove="Playlist_OnEndMove()"
  43.     >
  44.         <subview
  45.             backgroundColor="black"
  46.             top="17"
  47.             width="172"
  48.             height="226"
  49.             verticalAlignment="stretch"
  50.         >
  51.             <playlist id="playlist"
  52.                 left="16" top="5" 
  53.                 width="151" height="216"
  54.                 visible="false"
  55.                 backgroundcolor="black"
  56.                 foregroundcolor="white"
  57.                 columnsVisible="false"
  58.                 columns="name=Name;Duration=Time"
  59.                 dropDownVisible="false"
  60.                 verticalAlignment="stretch"
  61.             />
  62.         </subview>
  63.     <subview
  64.         backgroundImage="drawer_right_tile.bmp"
  65.         left="172"
  66.         top="185"
  67.         height="58"
  68.         backgroundTiled="true"
  69.         verticalAlignment="stretch"
  70.     />
  71.     <subview
  72.         backgroundImage="drawer_right_bottom.bmp"
  73.         clippingColor="#FF00FF"
  74.         top="243"
  75.         verticalAlignment="bottom"
  76.     />
  77.         <button id="playlistToggle"
  78.             top="103" left="184"
  79.             zindex="1"
  80.             image="drawer_right_closed.bmp"
  81.             hoverImage="drawer_right_open.bmp"
  82.             downImage="compact_drawer_right_down.bmp"
  83.             transparencyColor="#FF00FF"
  84.             clippingColor="green"
  85.             upToolTip="Open/Close playlist"
  86.             onClick="TogglePlaylist();"
  87.         />
  88.     </subview>    
  89.     <subview
  90.         id="playerView"
  91.         width="422"
  92.         height="378"
  93.         zindex="1"
  94.     >
  95.         <subview
  96.             backgroundImage="bg_topleft.bmp"
  97.             clippingColor="#FF00FF"
  98.         />
  99.         <subview
  100.             backgroundImage="left_tile.bmp"
  101.             top="92"
  102.             height="137"
  103.             backgroundTiled="true"
  104.             verticalAlignment="stretch"
  105.         />
  106.         <subview
  107.             backgroundImage="bg_bottomleft.bmp"
  108.             clippingColor="#FF00FF"
  109.             top="229"
  110.             verticalAlignment="bottom"
  111.         />
  112.         <subview
  113.             backgroundImage="bottom_tile.bmp"
  114.             top="277"
  115.             left="297"
  116.             width="34"
  117.             backgroundTiled="true"
  118.             verticalAlignment="bottom"
  119.             horizontalAlignment="stretch"
  120.         />
  121.         <subview
  122.             backgroundImage="bg_bottomright.bmp"
  123.             clippingColor="#FF00FF"
  124.             top="267"
  125.             left="331"
  126.             verticalAlignment="bottom"
  127.             horizontalAlignment="right"
  128.         />
  129.         <subview
  130.             backgroundImage="right_tile.bmp"
  131.             left="365"
  132.             top="222"
  133.             height="45"
  134.             backgroundTiled="true"
  135.             horizontalAlignment="right"
  136.             verticalAlignment="stretch"
  137.         />
  138.         <subview
  139.             backgroundImage="bg_topright.bmp"
  140.             clippingColor="#FF00FF"
  141.             left="100"
  142.             horizontalAlignment="right"
  143.         />
  144.         <subview
  145.             backgroundImage="top_tile.bmp"
  146.             top="11"
  147.             left="63"
  148.             width="37"
  149.             backgroundTiled="true"
  150.             horizontalAlignment="stretch"
  151.         />
  152.         <subview 
  153.             id="svScreenOuter"
  154.             zindex="1"
  155.             top="37" left="45"
  156.             width="320" height="240"
  157.             backgroundColor="black"
  158.             horizontalAlignment="stretch"
  159.             verticalAlignment="stretch"
  160.         >
  161.             <subview id="svScreen"
  162.                 zindex="1"
  163.                 width="320" height="240"
  164.                 backgroundColor="black"
  165.                 horizontalAlignment="stretch"
  166.                 verticalAlignment="stretch"
  167.             >
  168.                 <video
  169.                     id="video1"
  170.                     visible="false"
  171.                     width="320" height="240"
  172.                     horizontalAlignment="stretch" 
  173.                     verticalAlignment="stretch" 
  174.                     OnVideoStart="myOnVideoStart();"
  175.                     OnVideoEnd="myOnVideoEnd();"
  176.                     zoom="wmpprop:mediacenter.videoZoom"
  177.                     stretchToFit="wmpprop:mediacenter.videoStretchToFit"
  178.                 />
  179.                 <subview id="svVisual"
  180.                     width="320" height="wmpprop:video1.height"
  181.                     zindex="2"
  182.                     backgroundColor="black"
  183.                     horizontalAlignment="stretch" 
  184.                 >
  185.                     <subview id="Titles"
  186.                         zindex="2"
  187.                         width="320" height="50"
  188.                         backgroundColor="black"
  189.                         horizontalAlignment="stretch"
  190.                         visible="wmpprop:myeffect.visible" 
  191.                     >
  192.                         <text id="playlistArtist"
  193.                             left="20"
  194.                             width="jscript:Titles.width-2*left" height="20"
  195.                             horizontalAlignment="stretch"
  196.                             fontSize="12"
  197.                             zindex="2"
  198.                             foregroundColor="white"
  199.                             fontSmoothing="true"
  200.                             value=""
  201.                             visible="wmpprop:mediacenter.showTitles"
  202.                         />
  203.                         <text id="trackname"
  204.                             top="20" left="20"
  205.                             width="wmpprop:playlistArtist.width" height="30"
  206.                             fontSize="16"
  207.                             zindex="2"
  208.                             foregroundColor="white"
  209.                             fontSmoothing="true" 
  210.                             value=""
  211.                             visible="wmpprop:mediacenter.showTitles"
  212.                         />
  213.                     </subview>
  214.                     <subview id="svEffectsControls"
  215.                         top="220"
  216.                         width="320" height ="20"
  217.                         backgroundcolor="black"
  218.                         verticalAlignment="bottom"
  219.                         zindex="3"
  220.                         visible="wmpprop:myeffect.visible"
  221.                         visible_onchange="OnShowTitles();"
  222.                     >
  223.                         <button id="PrevViz" 
  224.                             left="20"
  225.                             image="prev_up.bmp"
  226.                             hoverImage="prev_hover.bmp"
  227.                             downImage="prev_down.bmp"
  228.                             upToolTip="Previous visualization"
  229.                             onClick="VizPrev();"
  230.                         />
  231.                         <button id="NextViz" 
  232.                             left="40"
  233.                             upToolTip="Next visualization"
  234.                             image="next_up.bmp"
  235.                             hoverImage="next_hover.bmp"
  236.                             downImage="next_down.bmp"
  237.                             onClick="VizNext();"
  238.                         />
  239.                         <text id="VizTitle" 
  240.                             top="1"
  241.                             left="60"
  242.                             width="175"
  243.                             value=""
  244.                             foregroundColor="white" 
  245.                             fontSize="10"
  246.                             toolTip="Visualization name"
  247.                         />
  248.                     </subview>
  249.                     <effects
  250.                         id="myeffect"
  251.                         top="jscript:mediacenter.showTitles ? 50 : 1" left="20"
  252.                         width="jscript:svScreen.width-2*left" height="jscript:svScreen.height - top"
  253.                         allowAll="true"
  254.                         horizontalAlignment="stretch" 
  255.                         verticalAlignment="stretch"
  256.                         currentEffectType="wmpprop:mediacenter.effectType"
  257.                         currentPreset="wmpprop:mediacenter.effectPreset"
  258.                         currentPresetTitle_onchange="VizTitle.value=GetVizTitle();"
  259.                         windowed="true"
  260.                         visible="false"
  261.                     />
  262.                 </subview>
  263.             </subview>
  264.             <subview id="svBanner"
  265.                 zindex="3"
  266.                 top="jscript:svScreenOuter.height - 38;" 
  267.                 width="jscript:svScreenOuter.width" height="38"
  268.                 backgroundColor="black"
  269.                 horizontalAlignment="left" 
  270.                 verticalAlignment="bottom" 
  271.                 visible="false"
  272.                 visible_onchange="if (visible){width=svScreenOuter.width;horizontalAlignment='stretch';svScreen.height=top-svScreen.top} else{svScreen.height=svScreenOuter.height-svScreen.top;horizontalAlignment='left'}"
  273.             >
  274.                 <subview id="svBannerInner"
  275.                     top="2" 
  276.                     left="2"
  277.                     zIndex="3" 
  278.                     width="jscript:svBanner.width-2*left"
  279.                     height="jscript:svBanner.height-2*top"
  280.                     backgroundColor="black"
  281.                     horizontalAlignment="stretch" 
  282.                     verticalAlignment="bottom" 
  283.                     visible="wmpprop:svBanner.visible"
  284.                     width_onchange="if(AdBanner.width&lt;width)AdBanner.horizontalAlignment='center'; else {AdBanner.horizontalAlignment='left';AdBanner.left=0}"
  285.                     >
  286.                     <button id="AdBanner"
  287.                             width_onchange="if(width&lt;svBannerInner.width)horizontalAlignment='center'; else {horizontalAlignment='left';left=0;}"
  288.                             horizontalAlignment="center" 
  289.                             image="WMPImage_AdBanner"
  290.                             onclick="OnBannerClick();"
  291.                             onMouseOver="OnBannerMouseOver();"
  292.                     />
  293.                 </subview>
  294.             </subview>
  295.         </subview>
  296. <!--
  297.         <subview id="svBanner"
  298.             zindex="2"
  299.             left="45" top="245" 
  300.             width="320" height="32"
  301.             backgroundColor="black"
  302.             visible="false" 
  303.             horizontalAlignment="stretch"
  304.             verticalAlignment="bottom"
  305.         >
  306.             <button id="AdBanner"
  307.                     width="194" height="32"
  308.                     horizontalAlignment="center" 
  309.                     verticalAlignment="bottom" 
  310.                     image="WMPImage_AdBanner"
  311.                     onClick="OnBannerClick();"
  312.                     onMouseOver="OnBannerMouseOver();"
  313.             />
  314.         </subview>
  315. -->        
  316.         <subview
  317.             id="transportcontrols"
  318.             top="283"
  319.             left="0"
  320.             width="409"
  321.             height="80"
  322.             verticalAlignment="bottom"
  323.             horizontalAlignment="stretch"
  324.         >
  325.             <statustext
  326.                 id="metadata" zindex="2"
  327.                 left="152"
  328.                 height="16" width="152"
  329.                 fontSize="8"
  330.                 foregroundColor="#00FF00" backgroundColor="black"
  331.                 tabStop="false"
  332.             />
  333.             <text       
  334.                 id="tracktime" zindex="2"
  335.                 left="305"
  336.                 height="16"
  337.                 fontSize="8"
  338.                 foregroundColor="#00FF00" backgroundColor="black" 
  339.                 justification="right"
  340.                 toolTip=""
  341.                 value="wmpprop:player.controls.currentPositionString"
  342.                 horizontalAlignment="right"
  343.                 left_onchange="metadata.width=left-metadata.left"
  344.             />
  345.             <pausebutton
  346.                 id="pause"
  347.                 left="52"
  348.                 image="play_pause_btn_up.bmp"
  349.                 hoverImage="play_pause_btn_hover.bmp"
  350.                 downImage="play_pause_btn_down.bmp"
  351.                 transparencyColor="#FF00FF"
  352.                 visible="wmpprop:pause.enabled"
  353.                 onclick="g_SetPlayPauseFocus=true;player.controls.pause()"
  354.                 visible_onchange="if (g_SetPlayPauseFocus){if (visible) view.focusObjectID='pause'; else view.focusObjectID='play';} g_SetPlayPauseFocus=false;"
  355.                 zIndex="10"
  356.             />
  357.             <playbutton
  358.                 id="play"
  359.                 left="52"
  360.                 image="PLAY_BTN_UP.bmp" 
  361.                 hoverImage="PLAY_BTN_HOVER.bmp" 
  362.                 onclick="g_SetPlayPauseFocus=true;player.controls.play();"
  363.                 downImage="PLAY_BTN_DOWN.bmp"
  364.                 disabledImage="PLAY_BTN_UP.bmp" 
  365.                 transparencyColor="#FF00FF"
  366.             />
  367.             <stopbutton
  368.                 id="stop"   
  369.                 left="125" top="23"
  370.                 image="STOP_BTN_UP.bmp" 
  371.                 hoverImage="STOP_BTN_HOVER.bmp" 
  372.                 downImage="STOP_BTN_DOWN.bmp" 
  373.                 disabledImage="STOP_BTN_UP.bmp" 
  374.                 transparencyColor="#FF00FF"
  375.             />
  376.             <seekslider
  377.                 id="seek"
  378.                 left="169" top="26"
  379.                 width="195" height="15"
  380.                 borderSize="7"
  381.                 tiled="true"
  382.                 transparencyColor="#FF00FF"
  383.                 backgroundImage="seek_sldr_bkg_comp.bmp"
  384.                 foregroundImage="seek_sldr_fore_comp.bmp"
  385.                 thumbImage="SEEK_THUMB_UP.bmp"
  386.                 thumbHoverImage="SEEK_THUMB_HOVER.bmp"
  387.                 thumbDownImage="SEEK_THUMB_DOWN.bmp"
  388.                 horizontalAlignment="stretch"
  389.             />
  390.             <mutebutton
  391.                 id="mute"
  392.                 left="167" top="41"
  393.                 zindex="2"
  394.                 transparencyColor="#FF00FF"
  395.                 image="SOUND_BTN_UP.bmp" 
  396.                 hoverImage="SOUND_BTN_HOVER.bmp"
  397.                 downImage="MUTE_BTN_UP.bmp" 
  398.             />
  399.             <volumeslider 
  400.                 id="volume"
  401.                 left="187" top="41" 
  402.                 min="0" max="100"
  403.                 transparencyColor="#FF00FF"
  404.                 borderSize="10"
  405.                 tiled="false"
  406.                 backgroundImage="VOL_SLDR_BKG.bmp"
  407.                 thumbImage="VOL_THUMB_UP.bmp"
  408.                 thumbHoverImage="VOL_THUMB_HOVER.bmp"
  409.                 thumbDownImage="VOL_THUMB_DOWN.bmp"
  410.             />
  411.             <buttongroup
  412.                 id="bgSeekCtls"
  413.                 left="266" top="41" 
  414.                 showBackground="false"
  415.                 image="BTNGROUP_UP.bmp"
  416.                 mappingImage="BTNGROUP_COLORMAP.bmp"
  417.                 hoverImage="BTNGROUP_HOVER.bmp"
  418.                 downImage="BTNGROUP_DOWN.bmp"
  419.                 transparencyColor="auto"
  420.                 disabledImage="BTNGROUP_DISABLED.bmp"
  421.             >
  422.                 <prevelement id="prev" mappingColor="#FF0000" />
  423.                 <rewelement id="rew" mappingColor="#00FF00" />
  424.                 <ffwdelement id="ffwd" mappingColor="#0000FF" />
  425.                 <nextelement id="next" mappingColor="#FFFF00" />
  426.             </buttongroup>
  427.             <returnbutton
  428.                 id="toggle"
  429.                 left="375" top="2"
  430.                 transparencyColor="#FF00FF"
  431.                 image="toggle_up.bmp" 
  432.                 hoverImage="toggle_hover.bmp" 
  433.                 downImage="toggle_down.bmp"
  434.                 horizontalAlignment="right"
  435.             />
  436.             <button
  437.                 id="size"
  438.                 left="375" top="47"
  439.                 image="size.bmp"
  440.                 transparencyColor="#FF00FF"
  441.                 tabstop="false"
  442.                 onmousedown="DoSize();"
  443.                 horizontalAlignment="right"
  444.                 cursor="sizenwse"
  445.             />
  446.         </subview>
  447.         <button
  448.             id="brand"
  449.             left="8" top="35"
  450.             upToolTip="Media Information"
  451.             transparencyColor="#FF00FF"
  452.             image="brand_up.bmp" 
  453.             hoverImage="brand_hover.bmp" 
  454.             downImage="brand_down.bmp"
  455.             onclick="player.launchURL('http://www.microsoft.com/isapi/redir.dll?prd=windows&amp;sbp=mediaplayer&amp;pver=7.0&amp;ar=Logo&amp;sba=wwm');"
  456.         />
  457.         <shufflebutton
  458.             id="shuffle" 
  459.             top="4" left="160"
  460.             image="ShuffleBtn_up.bmp"
  461.             hoverImage="ShuffleBtn_hover.bmp"
  462.             downImage="ShuffleBtn_down.bmp"
  463.             transparencyColor="#FF00FF"
  464.             horizontalAlignment="right"
  465.         />
  466.         <subview
  467.             id="svPlaylistDDown"
  468.             top="4" left="190"
  469.             zindex="1"
  470.             backgroundColor="black"
  471.             width="172"
  472.             horizontalAlignment="right"
  473.         >
  474.             <playlist id="playlistDropDown"
  475.                 zindex="1"
  476.                 width="172"
  477.                 backgroundcolor="black"
  478.                 foregroundcolor="white"
  479.                 columnsVisible="false"
  480.                 columns="name=Name;Duration=Time"
  481.                 playlistItemsVisible="false"
  482.             />
  483.         </subview>
  484.         <buttongroup
  485.             id="bgMinClose"
  486.             left="368" top="8" 
  487.             showBackground="false"
  488.             image="min_close_up.bmp"
  489.             mappingImage="min_close_map.bmp"
  490.             downImage="min_close_down.bmp"
  491.             hoverImage="min_close_hover.bmp"
  492.             horizontalAlignment="right"
  493.         >
  494.             <buttonelement  
  495.                 id="min"
  496.                 mappingColor="#FF0000"
  497.                 upToolTip="Minimize"
  498.                 onclick="view.minimize();"
  499.             />
  500.             <buttonelement  
  501.                 id="close"
  502.                 mappingColor="#00FF00"
  503.                 upToolTip="Close"
  504.                 onclick="view.close();"
  505.             />
  506.         </buttongroup>
  507.     </subview>
  508.     <subview id="settingsDrawer"
  509.         left="74" top="236"
  510.         zindex="-1"
  511.         clippingColor="#FF00FF"
  512.         backgroundImage="drawer_bottom.bmp"
  513.         onendmove="Settings_OnEndMove();"
  514.     >
  515.         <button id="settingsToggle"
  516.             top="123" left="128"
  517.             zindex="2"
  518.             image="drawer_bottom_closed.bmp"
  519.             hoverImage="drawer_bottom_open.bmp"
  520.             downImage="compact_drawer_bottom_down.bmp"
  521.             transparencyColor="#FF00FF"
  522.             upToolTip="Open/Close settings"
  523.             onClick="ToggleSettings();"
  524.         />
  525.         <subview id="settingsTab" 
  526.             zindex="2"
  527.             top="30" left="20" 
  528.             width="252" height="79"   
  529.             horizontalAlignment="left"
  530.             verticalAlignment="bottom" 
  531.             backgroundcolor="black"
  532.             visible="false"
  533.         >
  534.             <button
  535.                 id="prevTab" 
  536.                 top="61"
  537.                 upToolTip="Previous setting"
  538.                 image="prev_up.bmp"
  539.                 hoverImage="prev_hover.bmp"
  540.                 downImage="prev_down.bmp"
  541.                 onClick="ChangeSettingsTab(-1);"
  542.             />
  543.             <button
  544.                 id="nextTab" 
  545.                 top="61" left="18"
  546.                 upToolTip="Next setting"
  547.                 image="next_up.bmp"
  548.                 hoverImage="next_hover.bmp"
  549.                 downImage="next_down.bmp"
  550.                 onClick="ChangeSettingsTab(1);"
  551.             />
  552.             <text 
  553.                 id="tabTitle" 
  554.                 top="62" left="39"
  555.                 width="207" 
  556.                 foregroundColor="white" 
  557.                 fontSize="10"
  558.                 value=""
  559.             />
  560.             <subview id="SRSSettings"
  561.                 zindex="2"
  562.                 width="252"
  563.                 height="61"   
  564.                 backgroundcolor="black"
  565.                 visible="false"
  566.             >
  567.                 <button
  568.                     id="srsOnOffButton" 
  569.                     top="6" left="120"
  570.                     upToolTip="Turn on SRS WOW Effects"
  571.                     downToolTip="Turn off SRS WOW Effects"
  572.                     image="onoff_down.bmp"
  573.                     hoverImage="onoff_hover.bmp"
  574.                     downImage="onoff_up.bmp"
  575.                     sticky="true"
  576.                     down="wmpprop:eq.enhancedAudio"
  577.                     down_onchange="UpdateSRSOnOff();"
  578.                     onClick="eq.enhancedAudio=down;"
  579.                 />
  580.                 <text 
  581.                     id="srsOnOffLabel" 
  582.                     top="7" left="142"
  583.                     width="110"
  584.                     value="On"
  585.                     toolTip=""
  586.                     foregroundColor="white" 
  587.                     fontSize="10"
  588.                 />
  589.                 <button
  590.                     id="nextSpeakerSize" 
  591.                     top="31" left="120"
  592.                     upToolTip="Next speaker size"
  593.                     image="next_up.bmp"
  594.                     hoverImage="next_hover.bmp"
  595.                     downImage="next_down.bmp"
  596.                     onClick="NextSpeakerSize();"
  597.                 />
  598.                 <text 
  599.                     id="srsSpeakerList" 
  600.                     top="32" left="142"
  601.                     width="110"
  602.                     value="wmpprop:eq.currentSpeakerName" 
  603.                     toolTip="Speaker size"
  604.                     foregroundColor="white" 
  605.                     fontSize="10"
  606.                 />
  607.                 <button
  608.                     top="10" left="180"
  609.                     upToolTip="SRS WOW Effects"
  610.                     cursor="hand"
  611.                     image="srswow_logo.bmp"
  612.                     onClick="player.launchURL('http://www.microsoft.com/isapi/redir.dll?Prd=windows&amp;Sbp=mediaplayer&amp;Pver=7.0&amp;Ar=srswow');"
  613.                 />
  614.                 <Slider 
  615.                     id="truBass"
  616.                     top="6" left="26"
  617.                     borderSize="5"
  618.                     transparencyColor="#FF00FF"
  619.                     min="0"
  620.                     max="100"
  621.                     value="wmpprop:eq.truBassLevel"
  622.                     value_onchange="eq.truBassLevel=value;"
  623.                     direction="horizontal"
  624.                     toolTip="TruBass"
  625.                     thumbImage="slider_thumb.bmp"
  626.                     thumbHoverImage="slider_thumb_down.bmp"
  627.                     backgroundimage="slider_H_video.bmp"
  628.                 />
  629.                 <text 
  630.                     top="15" left="26"
  631.                     width="70"
  632.                     value="TruBass"
  633.                     toolTip=""
  634.                     foregroundColor="white" 
  635.                     fontSize="8"
  636.                 />
  637.                 <Slider 
  638.                     id="wowLevel"
  639.                     top="36" left="26"
  640.                     borderSize="5"
  641.                     transparencyColor="#FF00FF"
  642.                     min="0"
  643.                     max="100"
  644.                     value="wmpprop:eq.wowLevel"
  645.                     value_onchange="eq.wowLevel=value;"
  646.                     direction="horizontal"
  647.                     toolTip="WOW Effect"
  648.                     thumbImage="slider_thumb.bmp"
  649.                     thumbHoverImage="slider_thumb_down.bmp"
  650.                     backgroundimage="slider_H_video.bmp"
  651.                 />
  652.                 <text 
  653.                     top="45" left="26"
  654.                     width="70"
  655.                     value="WOW Effect"
  656.                     toolTip=""
  657.                     foregroundColor="white" 
  658.                     fontSize="8"
  659.                 />
  660.             </subview>
  661.             <subview id="AudioSettings"
  662.                 zindex="2"
  663.                 width="252"
  664.                 height="61"   
  665.                 backgroundcolor="black"
  666.                 visible="false"
  667.             >
  668.                 <button
  669.                     id="eqOnOffButton" 
  670.                     top="7" left="180"
  671.                     upToolTip="Turn equalizer off"
  672.                     downToolTip="Turn equalizer on"
  673.                     image="onoff_up.bmp"
  674.                     hoverImage="onoff_hover.bmp"
  675.                     downImage="onoff_down.bmp"
  676.                     sticky="true"
  677.                     down="wmpprop:eq.bypass"
  678.                     down_onchange="UpdateEQOnOff();"
  679.                     onClick="eq.bypass=down;"
  680.                 />
  681.                 <text 
  682.                     id="eqOnOffLabel" 
  683.                     top="8" left="202"
  684.                     width="50"
  685.                     value="On"
  686.                     toolTip=""
  687.                     foregroundColor="white" 
  688.                     fontSize="10"
  689.                 />
  690.                 <button
  691.                     id="nextPreset" 
  692.                     top="32" left="180"
  693.                     upToolTip="Next preset"
  694.                     image="next_up.bmp"
  695.                     hoverImage="next_hover.bmp"
  696.                     downImage="next_down.bmp"
  697.                     onClick="eq.nextPreset();"
  698.                 />
  699.                 <text 
  700.                     id="eqSettingsList" 
  701.                     top="33" left="202"
  702.                     width="50"
  703.                     value="wmpprop:eq.currentPresetTitle" 
  704.                     toolTip="Current preset"
  705.                     foregroundColor="white" 
  706.                     fontSize="10"
  707.                 />
  708.                 <equalizerSettings id="eq" enableSplineTension="true"/>
  709.                 <Slider 
  710.                     id="equalizer1"
  711.                     left="4" 
  712.                     bordersize="4"
  713.                     transparencyColor="#FF00FF"
  714.                     min="-14"
  715.                     max="14"
  716.                     value="wmpprop:eq.gainLevel1"
  717.                     value_onchange="if (!event.shiftKey) eq.gainLevel1 = value;"
  718.                     ondragend="DoShiftSensitiveEQ(1,value);"
  719.                     onkeydown="if(event.keyCode==32)value=0;"
  720.                     direction="vertical"
  721.                     thumbImage="slider_thumb.bmp"
  722.                     thumbHoverImage="slider_thumb_down.bmp"
  723.                     backgroundimage="slider_V_eq.bmp"
  724.                 />
  725.                 <Slider 
  726.                     id="equalizer2"
  727.                     left="22"
  728.                     bordersize="4"
  729.                     transparencyColor="#FF00FF"
  730.                     min="-14"
  731.                     max="14"
  732.                     value="wmpprop:eq.gainLevel2"
  733.                     value_onchange="if (!event.shiftKey) eq.gainLevel2 = value;"
  734.                     ondragend="DoShiftSensitiveEQ(2,value);"
  735.                     onkeydown="if(event.keyCode==32)value=0;"
  736.                     direction="vertical"
  737.                     thumbImage="slider_thumb.bmp"
  738.                     thumbHoverImage="slider_thumb_down.bmp"
  739.                     backgroundimage="slider_V_eq.bmp"
  740.                 />
  741.                 <Slider 
  742.                     id="equalizer3"
  743.                     left="40" 
  744.                     bordersize="4"
  745.                     transparencyColor="#FF00FF"
  746.                     min="-14"
  747.                     max="14"
  748.                     value="wmpprop:eq.gainLevel3"
  749.                     value_onchange="if (!event.shiftKey) eq.gainLevel3 = value;"
  750.                     ondragend="DoShiftSensitiveEQ(3,value);"
  751.                     onkeydown="if(event.keyCode==32)value=0;"
  752.                     direction="vertical"
  753.                     thumbImage="slider_thumb.bmp"
  754.                     thumbHoverImage="slider_thumb_down.bmp"
  755.                     backgroundimage="slider_V_eq.bmp"
  756.                 />
  757.                 <Slider 
  758.                     id="equalizer4"
  759.                     left="58" 
  760.                     bordersize="4"
  761.                     transparencyColor="#FF00FF"
  762.                     min="-14"
  763.                     max="14"
  764.                     value="wmpprop:eq.gainLevel4"
  765.                     value_onchange="if (!event.shiftKey) eq.gainLevel4 = value;"
  766.                     ondragend="DoShiftSensitiveEQ(4,value);"
  767.                     onkeydown="if(event.keyCode==32)value=0;"
  768.                     direction="vertical"
  769.                     thumbImage="slider_thumb.bmp"
  770.                     thumbHoverImage="slider_thumb_down.bmp"
  771.                     backgroundimage="slider_V_eq.bmp"
  772.                 />
  773.                 <Slider 
  774.                     id="equalizer5"
  775.                     left="76" 
  776.                     bordersize="4"
  777.                     transparencyColor="#FF00FF"
  778.                     min="-14"
  779.                     max="14"
  780.                     value="wmpprop:eq.gainLevel5"
  781.                     value_onchange="if (!event.shiftKey) eq.gainLevel5 = value;"
  782.                     ondragend="DoShiftSensitiveEQ(5,value);"
  783.                     onkeydown="if(event.keyCode==32)value=0;"
  784.                     direction="vertical"
  785.                     thumbImage="slider_thumb.bmp"
  786.                     thumbHoverImage="slider_thumb_down.bmp"
  787.                     backgroundimage="slider_V_eq.bmp"
  788.                 />
  789.                 <Slider 
  790.                     id="equalizer6"
  791.                     left="94" 
  792.                     bordersize="4"
  793.                     transparencyColor="#FF00FF"
  794.                     min="-14"
  795.                     max="14"
  796.                     value="wmpprop:eq.gainLevel6"
  797.                     value_onchange="if (!event.shiftKey) eq.gainLevel6 = value;"
  798.                     ondragend="DoShiftSensitiveEQ(6,value);"
  799.                     onkeydown="if(event.keyCode==32)value=0;"
  800.                     direction="vertical"
  801.                     thumbImage="slider_thumb.bmp"
  802.                     thumbHoverImage="slider_thumb_down.bmp"
  803.                     backgroundimage="slider_V_eq.bmp"
  804.                 />
  805.                 <Slider 
  806.                     id="equalizer7"
  807.                     left="112" 
  808.                     bordersize="4"
  809.                     transparencyColor="#FF00FF"
  810.                     min="-14"
  811.                     max="14"
  812.                     value="wmpprop:eq.gainLevel7"
  813.                     value_onchange="if (!event.shiftKey) eq.gainLevel7 = value;"
  814.                     ondragend="DoShiftSensitiveEQ(7,value);"
  815.                     onkeydown="if(event.keyCode==32)value=0;"
  816.                     direction="vertical"
  817.                     thumbImage="slider_thumb.bmp"
  818.                     thumbHoverImage="slider_thumb_down.bmp"
  819.                     backgroundimage="slider_V_eq.bmp"
  820.                 />
  821.                  <Slider 
  822.                     id="equalizer8"
  823.                     left="130" 
  824.                     bordersize="4"
  825.                     transparencyColor="#FF00FF"
  826.                     min="-14"
  827.                     max="14"
  828.                     value="wmpprop:eq.gainLevel8"
  829.                     value_onchange="if (!event.shiftKey) eq.gainLevel8 = value;"
  830.                     ondragend="DoShiftSensitiveEQ(8,value);"
  831.                     onkeydown="if(event.keyCode==32)value=0;"
  832.                     direction="vertical"
  833.                     thumbImage="slider_thumb.bmp"
  834.                     thumbHoverImage="slider_thumb_down.bmp"
  835.                     backgroundimage="slider_V_eq.bmp"
  836.                 />
  837.                  <Slider 
  838.                     id="equalizer9"
  839.                     left="148" 
  840.                     bordersize="4"
  841.                     transparencyColor="#FF00FF"
  842.                     min="-14"
  843.                     max="14"
  844.                     value="wmpprop:eq.gainLevel9"
  845.                     value_onchange="if (!event.shiftKey) eq.gainLevel9 = value;"
  846.                     ondragend="DoShiftSensitiveEQ(9,value);"
  847.                     onkeydown="if(event.keyCode==32)value=0;"
  848.                     direction="vertical"
  849.                     thumbImage="slider_thumb.bmp"
  850.                     thumbHoverImage="slider_thumb_down.bmp"
  851.                     backgroundimage="slider_V_eq.bmp"
  852.                 />
  853.                  <Slider 
  854.                     id="equalizer10"
  855.                     left="166" 
  856.                     bordersize="4"
  857.                     transparencyColor="#FF00FF"
  858.                     min="-14"
  859.                     max="14"
  860.                     value="wmpprop:eq.gainLevel10"
  861.                     value_onchange="if (!event.shiftKey) eq.gainLevel10 = value;"
  862.                     ondragend="DoShiftSensitiveEQ(10,value);"
  863.                     onkeydown="if(event.keyCode==32)value=0;"
  864.                     direction="vertical"
  865.                     thumbImage="slider_thumb.bmp"
  866.                     thumbHoverImage="slider_thumb_down.bmp"
  867.                     backgroundimage="slider_V_eq.bmp"
  868.                 />
  869.             </subview>
  870.             <subview id="VideoSettings"
  871.                 zindex="2"
  872.                 width="252"
  873.                 height="61"   
  874.                 backgroundcolor="black"
  875.                 visible="false"
  876.             >
  877.                 <VideoSettings id="vs" enabled="wmpprop:videoResetButton.enabled"/> 
  878.                 <button
  879.                     id="videoResetButton" 
  880.                     top="16" left="190"
  881.                     upToolTip="Reset video settings"
  882.                     image="onoff_down.bmp"
  883.                     hoverImage="onoff_hover.bmp"
  884.                     downImage="onoff_up.bmp"
  885.                     onClick="ResetVideoSettings();"
  886.                 />
  887.                 <Slider 
  888.                     id="vidBright"
  889.                     top="6" left="26"
  890.                     bordersize="5"
  891.                     transparencyColor="#FF00FF"
  892.                     min="-127"
  893.                     max="127"
  894.                     value="wmpprop:vs.brightness"
  895.                     value_onchange="vs.brightness=value;"
  896.                     direction="horizontal"
  897.                     toolTip="Brightness"
  898.                     thumbImage="slider_thumb.bmp"
  899.                     thumbHoverImage="slider_thumb_down.bmp"
  900.                     backgroundimage="slider_H_video.bmp"
  901.                     enabled="wmpprop:videoResetButton.enabled"
  902.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  903.                 />
  904.                 <button
  905.                     top="3" left="8"
  906.                     image="brightness.bmp"
  907.                     enabled="false"
  908.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  909.                 />
  910.                 <text 
  911.                     top="15" left="26"
  912.                     width="57"
  913.                     value="Brightness"
  914.                     toolTip=""
  915.                     foregroundColor="white" 
  916.                     fontSize="8"
  917.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  918.                 />
  919.                 <Slider 
  920.                     id="vidContrast"
  921.                     top="6" left="126" 
  922.                     borderSize="5"
  923.                     transparencyColor="#FF00FF"
  924.                     min="-127"
  925.                     max="127"
  926.                     value="wmpprop:vs.contrast"
  927.                     value_onchange="vs.contrast=value;"
  928.                     direction="horizontal"
  929.                     toolTip="Contrast"
  930.                     thumbImage="slider_thumb.bmp"
  931.                     thumbHoverImage="slider_thumb_down.bmp"
  932.                     backgroundimage="slider_H_video.bmp"
  933.                     enabled="wmpprop:videoResetButton.enabled"
  934.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  935.                 />
  936.                 <button
  937.                     top="3" left="109"
  938.                     image="contrast.bmp"
  939.                     enabled="false"
  940.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  941.                 />
  942.                 <text 
  943.                     top="15" left="126"
  944.                     width="57"
  945.                     value="Contrast"
  946.                     toolTip=""
  947.                     foregroundColor="white" 
  948.                     fontSize="8"
  949.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  950.                 />
  951.                 <Slider 
  952.                     id="vidHue"
  953.                     top="36" left="26"
  954.                     borderSize="5"
  955.                     transparencyColor="#FF00FF"
  956.                     min="-127"
  957.                     max="127"
  958.                     value="wmpprop:vs.hue"
  959.                     value_onchange="vs.hue=value;"
  960.                     direction="horizontal"
  961.                     toolTip="Hue"
  962.                     thumbImage="slider_thumb.bmp"
  963.                     thumbHoverImage="slider_thumb_down.bmp"
  964.                     backgroundimage="slider_H_video.bmp"
  965.                     enabled="wmpprop:videoResetButton.enabled"
  966.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  967.                 />
  968.                 <button
  969.                     top="33" left="9"
  970.                     image="hue.bmp"
  971.                     enabled="false"
  972.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  973.                 />
  974.                 <text 
  975.                     top="45" left="26"
  976.                     width="57"
  977.                     value="Hue"
  978.                     toolTip=""
  979.                     foregroundColor="white" 
  980.                     fontSize="8"
  981.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  982.                 />
  983.                 <Slider 
  984.                     id="vidSat"
  985.                     top="36" left="126" 
  986.                     borderSize="5"
  987.                     transparencyColor="#FF00FF"
  988.                     min="-127"
  989.                     max="127"
  990.                     value="wmpprop:vs.saturation"
  991.                     value_onchange="vs.saturation=value;"
  992.                     direction="horizontal"
  993.                     toolTip="Saturation"
  994.                     backgroundimage="slider_H_video.bmp"
  995.                     thumbImage="slider_thumb.bmp"
  996.                     thumbHoverImage="slider_thumb_down.bmp"
  997.                     enabled="wmpprop:videoResetButton.enabled"
  998.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  999.                 />
  1000.                 <button
  1001.                     top="33" left="109"
  1002.                     image="saturation.bmp"
  1003.                     enabled="false"
  1004.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  1005.                 />
  1006.                 <text 
  1007.                     top="45" left="126"
  1008.                     width="57"
  1009.                     value="Saturation"
  1010.                     toolTip=""
  1011.                     foregroundColor="white" 
  1012.                     fontSize="8"
  1013.                     alphaBlend="wmpprop:videoResetButton.alphaBlend"
  1014.                 />
  1015.             </subview>
  1016.         </subview>
  1017.     </subview>          
  1018. </view>
  1019. </theme>