home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / opsys / wmakeup / download / NV.wmz / NV.wms < prev    next >
Text File  |  2003-09-02  |  6KB  |  203 lines

  1. <!--
  2.     cybaba
  3.          "NV"
  4. -->
  5.  
  6. <THEME id="NV"
  7.     author="Amit Deshpande aka cybaba"
  8.     copyright="cybaba">
  9.     
  10.     <VIEW
  11.         clippingColor = "#ff0000"
  12.         transparencyColor = "#ff0000"
  13.         backgroundImage = "up.gif"
  14.         id="main"
  15.     resizable="false"
  16.         titleBar = "False"
  17.         scriptFile="nv.js;res://wmploc.dll/RT_TEXT/#132;"
  18.         onLoad="OnOpenStateChange(); Init();">
  19.         
  20.     <player OpenState_onchange="OnOpenStateChange();">
  21.         </player>
  22.     
  23. <effects id="NormalEffect" 
  24.             top="52" left="60" height="40" width="100" 
  25.             windowed="false" 
  26.             allowall="false"
  27.         >
  28.             <bars id="testControl"
  29.                 displayMode="0" 
  30.                 levelWidth="2" 
  31.                 levelFallbackSpeed="3" 
  32.                 showPeaks="true" 
  33.                 peakHangTime="6" 
  34.                 horizontalSpacing="2" 
  35.                 transparent="true"
  36.                 fadeMode="1"
  37.                 levelScale="0.5"
  38.                 levelColor="#669933" 
  39.                 peakColor="#000000" 
  40.                 backgroundcolor="#1795b3"
  41.             />
  42.         </effects>    
  43. <text id="metadata" tooltip=""
  44.            left="76" top="50" width="75"
  45.             foregroundColor="#669955" fontSize="8"
  46.             scrollingDelay="40" scrollingAmount="1"
  47.             FONTSTYLE="bold"
  48.             >
  49.         </text> 
  50.  
  51. <text left="40" top="93" width="50" 
  52.             fontSize="7" fontstyle="bold"
  53.             justification="Center" tooltip=""
  54.             foregroundColor="#669966"
  55.            value="wmpprop:player.controls.currentPositionString"
  56.             >
  57.         </text>  
  58.    
  59.            
  60. <BUTTONGROUP
  61.             mappingImage = "map.gif"
  62.            hoverimage="hover.gif" >
  63.   
  64.         <PLAYELEMENT
  65.             mappingColor = "#0000FF" 
  66.             cursor="hand" /> 
  67.  
  68.         <STOPELEMENT
  69.             mappingColor = "#FFCC00" 
  70.             cursor="hand" /> 
  71.         <NEXTELEMENT
  72.             mappingColor = "#FF00FF" 
  73.             cursor="hand" /> 
  74.          <PREVELEMENT
  75.             mappingColor = "#9900FF" 
  76.             cursor="hand" /> 
  77.         
  78.  
  79.  
  80.          <PAUSEELEMENT
  81.             mappingColor = "#CCFF00" 
  82.             cursor="hand" />    
  83.   <buttonelement upToolTip="Minimize"
  84.                         mappingColor="#99FF00"
  85.                         cursor="hand"  
  86.                       onClick="view.minimize();"
  87.                 />
  88.       <BUTTONELEMENT
  89.                 
  90.         upToolTip = "Return to Full Mode"
  91.             CURSOR="hand"
  92.                 mappingColor = "#006633"
  93.         onClick = "view.returnToMediaCenter();"    />
  94.                <BUTTONELEMENT
  95.              upToolTip = "Close"
  96.                          cursor="hand"                
  97.                          mappingColor = "#00CCFF"
  98.             onClick = "JScript: view.close(); "/>
  99.         <buttonelement
  100.                 mappingColor = "#990000"
  101.                 upToolTip = "Playlist"
  102.                 sticky="false"
  103.                               onClick = "JScript:theme.openView('playlist');"
  104.                                  cursor="hand"
  105.             /> 
  106.      
  107. </buttongroup>
  108.        
  109.   
  110.  
  111.    
  112. <mutebutton left="280" top="6" sticky="true"
  113. cursor = "hand"
  114.             image="muteup.gif"
  115.             hoverImage="mutehover.gif"
  116.             downImage="mutedown.gif"
  117.             disabledImage="muteup.gif"
  118.             transparencyColor="#fffff0"
  119.            />
  120.   
  121.  
  122. <slider left="58" top="118" zIndex="1"
  123.             toolTip="Volume"
  124.             min="0" max="100" borderSize="1"
  125.             slide="false" direction="horizontal"
  126.             backgroundImage="vole.gif"
  127.             foregroundImage="volf.gif"
  128.             thumbImage="slider.gif"
  129.  transparencyColor="#FF00FF"
  130.             value="wmpprop:player.settings.volume"
  131.             value_onchange="jscript:player.settings.volume=value;player.settings.mute='false';"
  132.             enabled="wmpenabled:player.settings.volume"
  133.             >
  134.         </slider> 
  135. <slider left="44" top="102" zIndex="1"
  136.             toolTip="Seek"
  137.             min="0" max="100" borderSize="1"
  138.             slide="false" direction="horizontal"
  139.             backgroundImage="seeke.gif"
  140.             foregroundImage="seekf.gif"
  141.             thumbImage="slider.gif"
  142.  transparencyColor="#FF00FF"
  143.             max="wmpprop:player.currentmedia.duration"
  144.             value="wmpprop:player.Controls.currentPosition"
  145.             onDragEnd="player.controls.currentposition=value;"
  146.             >
  147.         </slider>
  148.  </view>
  149.  
  150.  <view id="playlist" visible="true"
  151.                 left="300" top="200" 
  152.                 backgroundImage="plup.gif"
  153.               titleBar="false" resizable="false"
  154.               clippingColor="#00ff00"
  155.   > 
  156.             <playlist id="playlist" visible="true"
  157.                 left="40" top="46" width="200" height="100"
  158.                 backgroundcolor="#1c1f2e"
  159.                 foregroundcolor="#66cc99"
  160.              itemPlayingColor="#aadc38"
  161.         itemPlayingBackgroundColor="#333333"
  162.                 columnsVisible="false"
  163.                 columns="name=Name;Duration=Time"
  164.                 dropDownVisible="false"
  165.                 playlistItemsVisible="true"
  166.                editbuttonsvisible="false"
  167.        movebuttonsvisible="false"
  168.                 >
  169.             
  170.  </playlist> 
  171.              <BUTTONGROUP
  172.                  mappingImage = "plmap.gif"
  173.                 hoverImage = "plhover.gif">
  174.                <BUTTONELEMENT
  175.              upToolTip = "Close"
  176.                          cursor="hand"                
  177.                          mappingColor = "#999966"
  178.             onClick = "JScript: playlist.close(); "
  179.             />
  180.                                   <BUTTONELEMENT
  181.                     mappingcolor="#ffff00"
  182.                     sticky="true"
  183.                     upTooltip="Enable Repeat"
  184.                     downTooltip="Disable Repeat"
  185.                     down="jscript:player.settings.getMode('loop');"
  186.                     onClick="player.settings.setMode('loop',down);"
  187.                     cursor="hand"
  188.                     />
  189.                                   <BUTTONELEMENT
  190.                     sticky="true"
  191.                                           mappingcolor="#663333"
  192.                     upTooltip="Enable Shuffle"
  193.                     downTooltip="Disable Shuffle"
  194.                     onClick = "JScript:shuffleClick();"
  195.                     down = "JScript:player.Settings.getMode('shuffle');"
  196.                     cursor="hand"
  197.                      />
  198.     
  199.              </buttongroup>  
  200.            
  201. </view> 
  202.     
  203. </THEME>