home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 February / Chip_2003-02_cd1.bin / zkuste / wmakeup / download / WWNxp.wmz / skin.wms < prev    next >
Text File  |  2002-04-30  |  28KB  |  300 lines

  1. <!-- http://www.theskinsfactory.com -->
  2. <!-- info@theskinsfactory.com -->
  3. <!-- designed for WindowsXP -->
  4.  
  5. <theme id="wwnXP" title="WWN for WindowsXP" author="TheSkinsFactory.com" copyright="World Wrestling Network" >
  6.  
  7. <view id="mediaSwitcherView" width="400" height="263" titlebar="false" resizable="false" backgroundImage="preview.jpg" scriptFile="skin.js;res://wmploc.dll/RT_TEXT/#132;" 
  8.     onload="checkMediaOnLoad();">
  9. </view>
  10.  
  11. <view id="mainView" titlebar="false" backgroundColor="none" width="392" height="245" scriptFile="skin.js;res://wmploc.dll/RT_TEXT/#132;"
  12.     onLoad="mainLoader()" onClose="mainCloser()" onKeyPress="viewHotKeys();">
  13.  
  14.     <player PlayState_onchange="checkPlayerState();" OpenState_onchange="checkPlayerMediaGlobal()" currentPlaylist_onChange="" status_onChange="updateMetadata();">
  15.              <controls currentPosition_onchange="progressMain.value=player.controls.currentPosition;updateSeekToolTip();" /> 
  16.     </player>
  17.  
  18.     <video visible="false" enabled="true" onvideostart="theme.currentViewID='videoView'" />
  19. <!-- mainbody -->
  20.     <subview zIndex="0" left="0" top="0" backgroundImage="mainback.png" transparencyColor="#ff00ff"/>
  21.  
  22. <!-- vis covers -->
  23.  
  24.     <subview id="visCover" zIndex="30" left="31" top="31" backgroundImage="vis_cover.png" transparencyColor="#ff00ff" passthrough="true"/>
  25.      <subview id="mainIntro" zIndex="25" left="49" top="65" backgroundImage="main_intro.gif" passthrough="true"/>
  26.  
  27.      <subview id="visPlayback" zIndex="18" left="49" top="65" backgroundImage="vis_playback.gif" passthrough="true" visible="false"/>
  28.  
  29.     <subview id="visGlass" zIndex="0" left="42" top="56" backgroundImage="vis_glass.png" passThrough="true"/>
  30.     <subview id="visMask" zIndex="1" left="46" top="68" width="210" height="80" visible="true">
  31.         <effects id="visEffects" left="0" top="0" width="jscript:visMask.width" height="jscript:visMask.height" windowed="false"
  32.             currentEffectType="jscript:mediacenter.effectType();"  currentPreset="jscript:mediacenter.effectPreset();" visible="true"/>
  33.     </subview>
  34.  
  35. <!-- metadata & such -->
  36.     <subview zIndex="45" left="69" top="57" backgroundImage="meta_filter.png"/>
  37.     <subview id="metaTime" zIndex="44" left="35" top="30" width="220" height="100">
  38.         <text id="metadata" zIndex="5" left="38" top="29" width="172" height="14" fontSize="7" fontSmoothing="true" fontFace="tahoma" foregroundColor="#ffffff" 
  39.             scrollingDelay="7" scrollingAmount="2" justification="center" scrolling="true"/>
  40.         <text id="time" zIndex="5" left="122" top="15" width="50" fontSize="9" scrolling="false" fontSmoothing="true" foregroundColor="#ffffff" scrolingDelay="50" 
  41.             scrollingAmmount="1" fontStyle="bold" justification="center"value="wmpprop:player.controls.currentPositionString" fontFace="arial,tahoma,verdana" />
  42.     </subview>
  43.  
  44. <!-- vis Enabled Buttons -->
  45.     <subview id="buttonsVisEnabled" zIndex="33" left="133" top="116" width="104" height="51">
  46.         <prevbutton left="0" top="27" image="prev_no.gif" hoverImage="prev_hov.gif" downImage="prev_do.gif"/>
  47.         <playbutton left="24" top="22" image="play_no.gif" hoverImage="play_hov.gif" downImage="play_do.gif" id="playMe"/>
  48.         <pausebutton left="24" top="22" image="pause_no.gif" hoverImage="pause_hov.gif" downImage="pause_do.gif" visible="wmpenabled:player.controls.pause"/>
  49.         <nextbutton left="43" top="16" image="next_no.gif" hoverImage="next_hov.gif" downImage="next_do.gif"/>
  50.         <stopbutton left="65" top="7" image="stop_no.gif" hoverImage="stop_hov.gif" downImage="stop_do.gif"/>
  51.         <button left="82" top="0" image="open_no.gif" hoverImage="open_hov.gif" downImage="open_do.gif" upToolTip="Open File"
  52.             onClick="jscript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALLMEDIA');"/>
  53.  
  54.     </subview>
  55.  
  56.     <subview id="pleqVis" zIndex="47" left="109" top="46" width="53" height="30" >
  57.  
  58.          <button id="eqButton" left="0" top="0" image="eq_no.gif" hoverImage="eq_hov.gif" downImage="eq_do.gif" upToolTip="EQ Settings"
  59.             onClick="toggleEQ();"/>
  60.         <button id="visButton" left="20" top="0" image="vis_no.gif" hoverImage="vis_hov.gif" downImage="vis_do.gif" upToolTip="Vis Effects"
  61.             onClick="toggleVis(visOn++);"/>
  62.         <button id="plButton" left="36" top="0" image="pl_no.gif" hoverImage="pl_hov.gif" downImage="pl_do.gif" upToolTip="Playlist"
  63.             onClick="togglePL();"/>
  64.  
  65.     </subview>
  66. <!-- vol & seek -->
  67.     <subview zIndex="50" left="147" top="0" width="119" height="46">
  68.         <CustomSlider id="progressMain" zIndex="55" left="0" top="0" min="0" max="wmpprop:player.currentMedia.duration" borderSize="0" image="seek.png" 
  69.             positionImage="seek_map.gif" enabled="true" cursor="hand" onmouseup="player.controls.currentPosition=progressMain.value;" onKeyDown="seekUpDown(event);"/>        
  70.     </subview>
  71.     <subview zIndex="50" left="127" top="156" width="124" height="46">
  72.         <CustomSlider id="volume" zIndex="55" left="0" top="0" min="0" max="100" borderSize="0" image="vol.png" positionImage="vol_map.gif" enabled="true" 
  73.             value="wmpprop:player.settings.volume" value_onchange="wmpprop:player.settings.volume = value;updateVolToolTip();" cursor="hand" transparencyColor="#ff00ff"
  74.             onkeydown="volUpDown(event);"/>
  75.     </subview>
  76.     <subview zIndex="53" left="207" top="39" width="53" height="30">
  77.         <button id="minButton" left="0" top="0" image="min_no.gif" hoverImage="min_hov.gif" downImage="min_do.gif" upToolTip="Minimize"
  78.             onClick="view.minimize();" />
  79.         <button id="fullmodeButton" left="15" top="0" image="fullmode_no.gif" hoverImage="fullmode_hov.gif" downImage="fullmode_do.gif" upToolTip="Return To Full Mode"
  80.             onClick="view.returnToMediaCenter();"/>
  81.         <button id="closeButton" left="33" top="5" image="close_no.gif" hoverImage="close_hov.gif" downImage="close_do.gif" upToolTip="Close"
  82.             onClick="view.close();"/>
  83.  
  84.     </subview>
  85.  
  86. <!-- vis Area Buttons -->
  87.     <subview id="visButtonBack" zIndex="19" left="39" top="112" backgroundImage="vis_back.png">
  88.         <button id="visPrev" left="13" top="8" image="vis_prev_no.png" hoverImage="vis_prev_hov.png" downImage="vis_prev_do.png" onClick="visEffects.previous();" upToolTip="Previous Vis Effect" />
  89.         <button id="visNext" left="29" top="21" image="vis_next_no.png" hoverImage="vis_next_hov.png" downImage="vis_next_do.png" onClick="visEffects.next();" upToolTip="Next Vis Effect" />
  90.     </subview>
  91.  
  92.     <subview zIndex="40" left="264" top="55" width="85" height="85">
  93.         <button id="wwnLogo" left="0" top="0" image="wwn_logo_no.gif" hoverImage="wwn_logo_hov.gif" downImage="wwn_logo_do.gif" upToolTip="Visit the World Wrestling Network Website"
  94.             cursor="hand" onClick="jscript:player.launchURL('http://worldwrestlingnetwork.tv')"/>
  95. <!-- onClick="jscript:player.launchURL('http://www.worldwrestlingnetwork.tv')" -->
  96.     </subview>
  97.  
  98.     <subview zIndex="50" left="249" top="103" backgroundImage="wwn_patch.png" transparencyColor="#ff00ff" passThrough="true"/>
  99.  
  100. </view>
  101.  
  102. <!-- the video -->
  103. <!-- 500, 281 -->
  104. <!-- width="player.currentMedia.imageSourceWidth+196" height="player.currentMedia.imageSourceHeight+41"  -->
  105. <!-- checkPlayerState(); -->
  106. <view id="videoView" width="500" height="281" minWidth="500" minHeight="281" resizAble="true" titleBar="false" backgroundColor="#000000" scriptFile="skin.js;res://wmploc.dll/RT_TEXT/#132;"
  107.     onLoad="SnapToVideo();loadVidPrefs();" onClose="saveVidPrefs();" onKeyPress="viewHotKeys();">
  108.  
  109.         <player OpenState_onchange="checkPlayerMediaGlobal();SnapToVideo();" PlayState_onchange="">
  110.             <controls currentPosition_onchange = "progressMain.value=player.controls.currentPosition; updateSeekToolTip();" />
  111.         </player>
  112.     <subview zIndex="6" left="jscript:view.width-27" top="jscript:view.height-27" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="v_sizer.png"
  113.         transparencyColor="#ff00ff">
  114.         <button left="0" top="0" image="v_sizer.png" onMouseDown="view.size( 'bottomright' );" cursor="hand" upToolTip="Resize - [use mouse or arrow keys]" transparencyColor="#ff00ff"
  115.             onkeydown="viewResizer(event);"/>
  116.     </subview>
  117.     <subview zIndex="6" left="28" top="0" width="99" height="21">
  118.         <button left="0" top="0" image="v_eq_no.png" hoverImage="v_eq_hov.png" downImage="v_eq_do.png" onClick="toggleEQ()" upToolTip="Equalizer Settings"/>
  119.         <button left="32" top="0" image="v_pl_no.png" hoverImage="v_pl_hov.png" downImage="v_pl_do.png" onClick="togglePL()" upToolTip="Playlist"/>
  120.         <button id="vidZoom" left="64" top="0" image="v_zoom_no.png" hoverImage="v_zoom_hov.png" downImage="v_zoom_do.png" onClick="videoZoom();" upToolTip="Zoom"/>
  121.     </subview>
  122.     <subview zIndex="6" left="jscript:view.width-125" top="0" verticalAlignment="top" horizontalAlignment="right" width="97" height="21">
  123.         <button left="2" top="0" image="v_min_no.png" hoverImage="v_min_hov.png" downImage="v_min_do.png" onClick="view.minimize();" upToolTip="Minimize"/>
  124.         <button left="34" top="0" image="v_full_no.png" hoverImage="v_full_hov.png" downImage="v_full_do.png" onClick="view.returnToMediaCenter()" upToolTip="Return To Full Mode"/>
  125.         <button left="66" top="0" image="v_close_no.png" hoverImage="v_close_hov.png" downImage="v_close_do.png" onClick="view.close()" upToolTip="Close"/>
  126.     </subview>
  127.     <subview zIndex="5" left="0" top="0" verticalAlignment="top" horizontalAlignment="left" backgroundImage="v_top_left.png"/>
  128.     <subview zIndex="4" left="0" top="106" verticalAlignment="stretch" horizontalAlignment="left" backgroundImage="v_left_s.png" backgroundTiled="true"/>
  129.     <subview zIndex="5" left="0" top="jscript:view.height-173" verticalAlignment="bottom" horizontalAlignment="left" backgroundImage="v_left.png"/>
  130.     <subview zIndex="1" left="0" top="jscript:view.height-169" verticalAlignment="bottom" horizontalAlignment="left" backgroundImage="v_bot_left.png">
  131.         <subview id="leftDrTop" zIndex="3" left="20" top="0" backgroundImage="v_dr_left_top.png"/>
  132.         <subview id="leftDrBot" zIndex="2" left="20" top="82" backgroundImage="v_dr_left_bot.png" onEndMove="moveLeftVidDrawerTop();">
  133.             <button id="leftDrOpener" left="20" top="46" width="40" height="20" image="shim2.gif" onClick="moveLeftVidDrawer()" cursor="hand" upToolTip="Open Video Play Button Panel"/>
  134.         </subview>
  135.         <subview id="vidButtons" zIndex="1" left="21" top="20" width="77" height="132" visible="false">
  136.             <buttongroup left="0" top="0" image="v_buttons_no.png" hoverImage="v_buttons_hov.png" downImage="v_buttons_do.png" disabledImage="v_buttons_dis.png" mappingImage="v_buttons_map.png">
  137.                 <playelement mappingColor="#ccff00"/>
  138.                 <pauseelement mappingColor="#ccff33"/>
  139.                 <stopelement mappingColor="#ccff66"/>
  140.                 <nextelement mappingColor="#ccff99"/>
  141.                 <prevelement mappingColor="#ccffcc"/>
  142.                 <buttonelement mappingColor="#ccffff" onClick="jscript:player.URL=theme.openDialog('FILE_OPEN','FILES_ALLMEDIA');" upToolTip="Open File" />
  143.             </buttongroup>
  144.         </subview>
  145.  
  146.     </subview>
  147.     <subview zIndex="5" left="98" top="jscript:view.height-20" verticalAlignment="bottom" horizontalAlignment="left" backgroundImage="v_bot.png"/>
  148.     <subview zIndex="4" left="395" top="jscript:view.height-20" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="v_bot_s.png" backgroundTiled="true"/>
  149.     <subview zIndex="1" left="jscript:view.width-98" top="jscript:view.height-169" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="v_bot_right.png">
  150.         <subview id="rightDrTop" zIndex="3" left="0" top="0" backgroundImage="v_dr_right_top.png"/>
  151.         <subview id="rightDrBot" zIndex="2" left="0" top="82" backgroundImage="v_dr_right_bot.png" onEndMove="moveRightVidDrawerTop();">
  152.             <button id="rightDrOpener" left="20" top="46" width="40" height="20" image="shim2.gif" onClick="moveRighVidDrawer()" cursor="hand" upToolTip="Open Video Control Panel" />
  153.         </subview>
  154.         <subview id="sliderDrawer" zIndex="1" left="0" top="0" width="77" height="150">
  155.             <slider id="progressMain" left="10" top="22" width="67" height="9" bordersize="9" direction="horizontal" min="0" max="wmpprop:player.currentMedia.duration" 
  156.                 thumbImage="v_thumb_a.png" thumbDownImage="v_thumb_a.png" onmouseup="player.controls.currentPosition=progressMain.value;" enabled="true" />
  157.  
  158.             <slider id="volume" left="10" top="43" width="67" height="9" bordersize="9" direction="horizontal" min="0" max="100" 
  159.                 thumbImage="v_thumb_a.png" thumbDownImage="v_thumb_a.png" value="wmpprop:player.settings.volume" value_onchange="wmpprop:player.settings.volume = value;updateVolToolTip();"/>
  160.         
  161.              <videosettings id="vidset" enable="true" />
  162.  
  163.                 <slider id="brightness" left="10" top="63" width="67" height="9" toolTip="Brightness" borderSize="9" direction="horizontal" 
  164.                     thumbImage="v_thumb_b.png" thumbDownImage="v_thumb_b.png" min="-127" max="127" value="wmpprop:vidset.brightness" value_onchange="vidset.brightness=value;" />
  165.                 <button left="10" top="75" width="60" height="8" image="shim.gif" onClick="JScript:vidset.brightness=0;" upTooltip="Reset Brightness" cursor="hand"/>
  166.                 <slider id="contrast" left="10" top="84" width="67" height="9" toolTip="Contrast" borderSize="9" direction="horizontal" slide="false" 
  167.                     thumbImage="v_thumb_b.png" thumbDownImage="v_thumb_b.png" min="-127" max="127" value="wmpprop:vidset.contrast" value_onchange="vidset.contrast=value;"/>
  168.                 <button left="10" top="97" width="60" height="8" image="shim.gif" onClick="JScript:vidset.contrast=0;" upTooltip="Reset Contrast" cursor="hand"/>
  169.                 <slider id="hue" left="10" top="106" width="67" height="9" toolTip="Hue" borderSize="9" direction="horizontal" slide="false" thumbImage="v_thumb_b.png" 
  170.                     thumbDownImage="v_thumb_b.png" min="-127" max="127" value="wmpprop:vidset.hue" value_onchange="vidset.hue=value;"/>
  171.                 <button left="10" top="118" width="60" height="8" image="shim.gif" onClick="JScript:vidset.hue=0;" upTooltip="Reset Hue" cursor="hand"/>
  172.                 <slider id="saturation" left="10" top="127" width="67" height="9" toolTip="Saturation" borderSize="9" min="-127" max="127" direction="horizontal" 
  173.                     thumbImage="v_thumb_b.png" thumbDownImage="v_thumb_b.png" min="-127" max="127" value="wmpprop:vidset.saturation" value_onchange="vidset.saturation=value;"/>
  174.                 <button left="10" top="139" width="60" height="8" image="shim.gif" onClick="JScript:vidset.saturation=0;" upTooltip="Reset Saturation" cursor="hand"/>
  175.         </subview>
  176.     </subview>
  177.     <subview zIndex="5" left="jscript:view.width-98" top="jscript:view.height-173" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="v_right.png"/>
  178.     <subview zIndex="4" left="jscript:view.width-98" top="106" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="v_right_s.png" backgroundTiled="true"/>
  179.     <subview zIndex="5" left="jscript:view.width-98" top="0" verticalAlignment="top" horizontalAlignment="right" backgroundImage="v_top_right.png"/>
  180.     <subview zIndex="4" left="395" top="0" verticalAlignment="top" horizontalAlignment="stretch" backgroundImage="v_top_s.png" backgroundTiled="true"/>
  181.     <subview zIndex="5" left="98" top="0" verticalAlignment="top" horizontalAlignment="left" backgroundImage="v_top.png" />
  182.     <subview zIndex="7" top="jscript:view.height-20" verticalAlignment="bottom" horizontalAlignment="center" backgroundImage="v_wwn_mid.png">
  183.         <button left="0" top="0" image="v_wwn_mid.png" hoverImage="v_wwn_mid_hov.png" downImage="v_wwn_mid.png" onClick="jscript:player.launchURL('http://worldwrestlingnetwork.tv')"
  184.             upToolTip="Visit the World Wrestling Network Website" cursor="hand"/>
  185.     </subview>
  186.  
  187.     <subview id="centerBox" zIndex="6" left="98" top="22" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-196" height="jscript:view.height-43"
  188.         backgroundColor="#000000">
  189.         <video zIndex="8" id="videoWin" windowless="false" width="jscript:centerBox.width" height="jscript:centerBox.height" 
  190.             horizontalAlignment="stretch" verticalAlignment="stretch" onvideostart="SnapToVideo();"  backgroundcolor="black"  onvideoend=""
  191.             onclick="" OnDblClick="videoWin.fullScreen=true" fullScreen="true" maintainAspectRatio="true" stretchToFit="true" shrinkToFit="true"
  192.             tabstop="false"/>
  193.     </subview>
  194. </view>
  195.  
  196. <!-- playlist (global) -->
  197. <view id="plView" width="500" height="281" minWidth="500" minHeight="281" resizAble="true" titleBar="false" backgroundColor="#000000" scriptFile="skin.js;res://wmploc.dll/RT_TEXT/#132;"
  198.     onLoad="loadPlPrefs()" onClose="savePlPrefs();" onKeyPress="viewHotKeys();">
  199.  
  200.     <subview zIndex="6" left="jscript:view.width-27" top="jscript:view.height-27" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="v_sizer.png"
  201.         transparencyColor="#ff00ff">
  202.         <button left="0" top="0" image="v_sizer.png" onMouseDown="view.size( 'bottomright' );" cursor="hand" upToolTip="Resize - [use mouse or arrow keys]" transparencyColor="#ff00ff"
  203.             onkeydown="viewResizer(event);"/>
  204.     </subview>
  205.     <subview zIndex="6" left="28" top="0" width="99" height="21">
  206.         <button left="0" top="0" image="v_shuff_no.png" hoverImage="v_shuff_hov.png" downImage="v_shuff_do.png" hoverDownImage="v_shuff_hov.png"
  207.             sticky="true" upTooltip="Enable Shuffle" downTooltip="Disable Shuffle" down="jscript:player.settings.getMode('shuffle');" onClick="player.settings.setMode('shuffle',down);" />
  208.         <button left="32" top="0" image="v_rep_no.png" hoverImage="v_rep_hov.png" downImage="v_rep_do.png" hoverDownImage="v_rep_hov.png"
  209.             sticky="true" upTooltip="Enable Repeat" downTooltip="Disable Repeat" down="jscript:player.settings.getMode('loop');" onClick="player.settings.setMode('loop',down);" />
  210.     </subview>
  211.     <subview zIndex="5" left="0" top="0" verticalAlignment="top" horizontalAlignment="left" backgroundImage="v_top_left.png"/>
  212.     <subview zIndex="4" left="0" top="106" verticalAlignment="stretch" horizontalAlignment="left" backgroundImage="v_left_s.png" backgroundTiled="true"/>
  213.     <subview zIndex="5" left="0" top="jscript:view.height-173" verticalAlignment="bottom" horizontalAlignment="left" backgroundImage="v_left.png"/>
  214.     <subview zIndex="1" left="0" top="jscript:view.height-169" verticalAlignment="bottom" horizontalAlignment="left" backgroundImage="v_bot_left.png">
  215.  
  216.     </subview>
  217.     <subview zIndex="5" left="98" top="jscript:view.height-20" verticalAlignment="bottom" horizontalAlignment="left" backgroundImage="v_bot.png"/>
  218.     <subview zIndex="4" left="395" top="jscript:view.height-20" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="v_bot_s.png" backgroundTiled="true"/>
  219.     <subview zIndex="1" left="jscript:view.width-98" top="jscript:view.height-169" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="v_bot_right.png"/>
  220.     <subview zIndex="5" left="jscript:view.width-98" top="jscript:view.height-173" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="v_right.png"/>
  221.     <subview zIndex="4" left="jscript:view.width-98" top="106" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="v_right_s.png" backgroundTiled="true"/>
  222.     <subview zIndex="5" left="jscript:view.width-98" top="0" verticalAlignment="top" horizontalAlignment="right" backgroundImage="v_top_right.png">
  223.         <button left="38" top="0" image="v_close_no.png" hoverImage="v_close_hov.png" downImage="v_close_do.png" onClick="theme.savePreference('plViewer', 'false'); view.close();" upToolTip="Close Playlist"/>
  224.     </subview>
  225.     <subview zIndex="4" left="395" top="0" verticalAlignment="top" horizontalAlignment="stretch" backgroundImage="v_top_s.png" backgroundTiled="true"/>
  226.     <subview zIndex="5" left="98" top="0" verticalAlignment="top" horizontalAlignment="left" backgroundImage="v_top.png" />
  227.     <subview zIndex="7" top="jscript:view.height-20" verticalAlignment="bottom" horizontalAlignment="center" backgroundImage="v_wwn_mid.png"/>
  228.  
  229.     <subview id="plcenterBox" zIndex="6" left="21" top="21" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-42" height="jscript:view.height-42"
  230.         backgroundColor="#000000">
  231.  
  232.         <playlist id="plFrame" width="jscript:plcenterBox.width" height="jscript:plcenterBox.height"
  233.             backgroundColor="#800f0f" foregroundcolor="#ffffff" itemPlayingColor="#800f0f" itemPlayingBackgroundColor="#ffffff" 
  234.             disabledItemColor="#556382" columns="name=Name;artist=Artist;album=Album;duration=Time;" playlistItemsVisible="true" dropDownVisible="true" 
  235.             horizontalAlignment="stretch" verticalAlignment="stretch" allowItemEditing="true" columnsVisible="true" allowColumnSorting="true" 
  236.             editbuttonsvisible="false" movebuttonsvisible="false" checkboxesVisible="false"/>
  237.     </subview>
  238. </view>
  239.  
  240. <!-- eq view (global) -->
  241. <view id="eqView" width="254" height="128" resizAble="false" titleBar="false" backgroundColor="#000000" scriptFile="skin.js;res://wmploc.dll/RT_TEXT/#132;"
  242.     onLoad="theme.savePreference( 'eqViewer', 'true' )" onClose="" onKeyPress="viewHotKeys();">
  243.  
  244.     <subview zIndex="5" left="0" top="0" backgroundImage="eq_back.png">
  245.         <button left="201" top="0" image="eq_close_no.png" hoverImage="eq_close_hov.png" downImage="eq_close_do.png" onClick="theme.savePreference('eqViewer', 'false'); view.close();" upToolTip="Close Equalizer"/>
  246.     </subview>
  247.     <subview zIndex="6" left="0" top="0" width="254" height="128">
  248.  
  249.         <equalizerSettings id="eq" enable="true" enableSplineTension="true" splineTension="3"/>
  250.             <slider id="eq1" borderSize="8" left="27" top ="20" width="10" height="65" toolTip="Equaliser Adjustment" thumbImage="eq_thumb.png" thumbDownImage="eq_thumb.png" min="-14" max="14" value="wmpprop:eq.gainLevel1" value_onchange="eq.gainLevel1=value;" direction="vertical" toolTip="31hz" transparencycolor="#FF00FF"/>
  251.             <slider id="eq2" borderSize="8" left="48" top="20" width="10" height="65" toolTip="Equaliser Adjustment" thumbImage="eq_thumb.png" thumbDownImage="eq_thumb.png" min="-14" max="14" value="wmpprop:eq.gainLevel2" value_onchange="eq.gainLevel2=value;" direction="vertical" toolTip="63hz"  transparencycolor="#FF00FF"/>
  252.             <slider id="eq3" borderSize="8" left="69" top="20" width="10" height="65" toolTip="Equaliser Adjustment" thumbImage="eq_thumb.png" thumbDownImage="eq_thumb.png" min="-14" max="14" value="wmpprop:eq.gainLevel3" value_onchange="eq.gainLevel3=value;" direction="vertical" toolTip="125hz" transparencycolor="#FF00FF"/>
  253.             <slider id="eq4" borderSize="8" left="90" top="20" width="10" height="65" toolTip="Equaliser Adjustment" thumbImage="eq_thumb.png" thumbDownImage="eq_thumb.png" min="-14" max="14" value="wmpprop:eq.gainLevel4" value_onchange="eq.gainLevel4=value;" direction="vertical" toolTip="250hz" transparencycolor="#FF00FF"/>
  254.             <slider id="eq5" borderSize="8" left="111" top="20" width="10" height="65" toolTip="Equaliser Adjustment" thumbImage="eq_thumb.png" thumbDownImage="eq_thumb.png" min="-14" max="14" value="wmpprop:eq.gainLevel5" value_onchange="eq.gainLevel5=value;" direction="vertical" toolTip="500hz" transparencycolor="#FF00FF"/>
  255.             <slider id="eq6" borderSize="8" left="132" top="20" width="10" height="65" toolTip="Equaliser Adjustment" thumbImage="eq_thumb.png" thumbDownImage="eq_thumb.png" min="-14" max="14" value="wmpprop:eq.gainLevel6" value_onchange="eq.gainLevel6=value;" direction="vertical" toolTip="1khz"  transparencycolor="#FF00FF"/>
  256.             <slider id="eq7" borderSize="8" left="153" top="20" width="10" height="65" toolTip="Equaliser Adjustment" thumbImage="eq_thumb.png" thumbDownImage="eq_thumb.png" min="-14" max="14" value="wmpprop:eq.gainLevel7" value_onchange="eq.gainLevel7=value;" direction="vertical" toolTip="2khz"  transparencycolor="#FF00FF"/>
  257.             <slider id="eq8" borderSize="8" left="174" top="20" width="10" height="65" toolTip="Equaliser Adjustment" thumbImage="eq_thumb.png" thumbDownImage="eq_thumb.png" min="-14" max="14" value="wmpprop:eq.gainLevel8" value_onchange="eq.gainLevel8=value;" direction="vertical" toolTip="4khz" transparencycolor="#FF00FF"/>
  258.             <slider id="eq9" borderSize="8" left="196" top="20" width="10" height="65" toolTip="Equaliser Adjustment" thumbImage="eq_thumb.png" thumbDownImage="eq_thumb.png" min="-14" max="14" value="wmpprop:eq.gainLevel9" value_onchange="eq.gainLevel9=value;" direction="vertical" toolTip="8khz" transparencycolor="#FF00FF"/>
  259.             <slider id="eq10" borderSize="8" left="217" top="20" width="10" height="65" toolTip="Equaliser Adjustment" thumbImage="eq_thumb.png" thumbDownImage="eq_thumb.png" min="-14" max="14" value="wmpprop:eq.gainLevel10" value_onchange="eq.gainLevel10=value;" direction="vertical" toolTip="16khz" transparencycolor="#FF00FF"/>
  260. <!-- foregroundColor="#ba1717"  -->
  261.         <text zIndex="50" id="eqPresetText" left="71" top="106" width="113" height="12" fontSize="7" scrolling="false" fontSmoothing="true" fontFace="verdana" foregroundColor="#cccccc" 
  262.             scrolingDelay="85" scrollingAmmount="1" fontStyle="bold" justification="center"value="wmpprop:eq.currentPresetTitle" visible="true"/>
  263.         <button left="17" top="106" image="eq_prev_no.png" hoverImage="eq_prev_hov.png" downImage="eq_prev_do.png" onClick="eq.previousPreset();" upToolTip="Previous EQ Setting"/>
  264.         <button left="40" top="106" image="eq_next_no.png" hoverImage="eq_next_hov.png" downImage="eq_next_do.png" onClick="eq.nextPreset();" upToolTip="Next EQ Setting"/>
  265.         <button left="192" top="106" image="eq_reset_no.png" hoverImage="eq_reset_hov.png" downImage="eq_reset_do.png" onClick="eq.reset();" upToolTip="Reset EQ SEttings"/>
  266.     </subview>
  267. </view>
  268.  
  269. <!-- content (global) -->
  270. <view id="contentView" width="500" height="281" minWidth="500" minHeight="281" resizAble="true" titleBar="false" backgroundColor="#000000" scriptFile="skin.js;res://wmploc.dll/RT_TEXT/#132;"
  271.     onLoad="theme.savePreference( 'contentViewer', 'true' )" onClose=";" onKeyPress="viewHotKeys();">
  272.  
  273.     <subview zIndex="5" left="0" top="0" verticalAlignment="top" horizontalAlignment="left" backgroundImage="v_top_left.png"/>
  274.     <subview zIndex="4" left="0" top="106" verticalAlignment="stretch" horizontalAlignment="left" backgroundImage="v_left_s.png" backgroundTiled="true"/>
  275.     <subview zIndex="5" left="0" top="jscript:view.height-173" verticalAlignment="bottom" horizontalAlignment="left" backgroundImage="v_left.png"/>
  276.     <subview zIndex="1" left="0" top="jscript:view.height-169" verticalAlignment="bottom" horizontalAlignment="left" backgroundImage="v_bot_left.png">
  277.  
  278.     </subview>
  279.     <subview zIndex="5" left="98" top="jscript:view.height-20" verticalAlignment="bottom" horizontalAlignment="left" backgroundImage="v_bot.png"/>
  280.     <subview zIndex="4" left="395" top="jscript:view.height-20" verticalAlignment="bottom" horizontalAlignment="stretch" backgroundImage="v_bot_s.png" backgroundTiled="true"/>
  281.     <subview zIndex="1" left="jscript:view.width-98" top="jscript:view.height-169" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="v_bot_right.png"/>
  282.     <subview zIndex="5" left="jscript:view.width-98" top="jscript:view.height-173" verticalAlignment="bottom" horizontalAlignment="right" backgroundImage="v_right.png"/>
  283.     <subview zIndex="4" left="jscript:view.width-98" top="106" verticalAlignment="stretch" horizontalAlignment="right" backgroundImage="v_right_s.png" backgroundTiled="true"/>
  284.     <subview zIndex="5" left="jscript:view.width-98" top="0" verticalAlignment="top" horizontalAlignment="right" backgroundImage="v_top_right.png">
  285.         <button left="38" top="0" image="v_close_no.png" hoverImage="v_close_hov.png" downImage="v_close_do.png" onClick="theme.savePreference('contentViewer', 'false'); view.close();" upToolTip="Close Content Mode"/>
  286.     </subview>
  287.     <subview zIndex="4" left="395" top="0" verticalAlignment="top" horizontalAlignment="stretch" backgroundImage="v_top_s.png" backgroundTiled="true"/>
  288.     <subview zIndex="5" left="98" top="0" verticalAlignment="top" horizontalAlignment="left" backgroundImage="v_top.png" />
  289.     <subview zIndex="7" top="jscript:view.height-20" verticalAlignment="bottom" horizontalAlignment="center" backgroundImage="v_wwn_mid.png"/>
  290.  
  291.     <subview id="plcenterBox" zIndex="6" left="21" top="21" verticalAlignment="stretch" horizontalAlignment="stretch" width="jscript:view.width-42" height="jscript:view.height-42"
  292.         backgroundColor="#000000">
  293.  
  294.     </subview>
  295. </view>
  296.  
  297.  
  298. </theme>
  299.  
  300.