home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / wmakeup / download / Erektorset.wmz / ErectorSet.wms < prev    next >
Text File  |  2000-06-05  |  10KB  |  226 lines

  1. <theme id="ErectorSet" author="Saltmine, LLC" copyright="⌐2000 Microsoft Corporation. All Rights Reserved.">
  2.  
  3.     <view id="ErectorView"
  4.     backgroundColor="none" 
  5.     width="557" height="411" 
  6.         scriptFile="ErectorSet.js;res://wmploc.dll/RT_TEXT/#132;"
  7.     titleBar="false" 
  8.     resizable="false"
  9.         onTimer="OnTimerTick();"
  10.         onLoad="Init();">
  11.         
  12.          <player
  13.             PlayState_onchange="OnPlayStateChange();"
  14.             OpenState_onchange="OnOpenStateChange();">
  15.         </player>
  16.   
  17.         <subview left="0" top="0" backgroundImage="MainBkgnd.bmp" transparencyColor="#9BEF15">
  18.         
  19.             <buttongroup zIndex="2" left="238" top="93"
  20.             mappingImage="playCtrls_MAP.bmp"
  21.             image="playCtrls_UP.bmp" 
  22.             hoverImage="PlayCtrls_HOVER.bmp" 
  23.             downImage="PlayCtrls_DOWN.bmp"
  24.             disabledImage="PlayCtrls_DISABLED.bmp">
  25.                 <buttonelement id="bgPlay" 
  26.                     mappingColor="#00FF00" 
  27.                     upToolTip="Play"
  28.                     tabStop="true"
  29.                     cursor="hand"
  30.                     enabled="wmpenabled:player.controls.play"
  31.                     onClick="player.controls.play();">
  32.                 </buttonelement>
  33.                 <buttonelement
  34.                     mappingColor="#00CC00" 
  35.                     upToolTip="Stop"
  36.                     cursor="hand"
  37.                     onClick="player.controls.stop();">    
  38.                 </buttonelement>
  39.                 <buttonelement 
  40.                     mappingColor="#009900" 
  41.                     cursor="hand"
  42.                     upToolTip="Previous"
  43.                     onClick="player.controls.previous();">
  44.                 </buttonelement>
  45.                 <buttonelement
  46.                     mappingColor="#006600" 
  47.                     upToolTip="Next"
  48.                     cursor="hand"
  49.                     onClick="player.controls.next();">    
  50.                 </buttonelement>
  51.             </buttongroup>
  52.  
  53.             <button id="bPause" zIndex="3"
  54.                 left="238" top="93" visible="false"
  55.                 image="pause_UP.bmp"
  56.                 hoverImage="pause_HOVER.bmp"
  57.                 downImage="pause_DOWN.bmp"
  58.                 enabled="wmpenabled:player.controls.pause"
  59.                 transparencyColor="#9BEF15"
  60.                 upToolTip="pause"
  61.         cursor="hand"
  62.                 onClick="player.controls.pause();">
  63.             </button>            
  64.  
  65.                         
  66.             <buttongroup zIndex="2" left="154" top="60" mappingImage="WndBtns_MAP.bmp" image="WndBtns_UP.bmp" hoverImage="WndBtns_HOVER.bmp" downImage="WndBtns_DOWN.bmp">
  67.                 <buttonelement mappingColor="#00FF00" upToolTip="Minimize" cursor="hand" onClick="ErectorView.minimize();"></buttonelement>
  68.                 <buttonelement mappingColor="#00CC00" upToolTip="Close" cursor="hand" onClick="ErectorView.close();"></buttonelement>
  69.                 <buttonelement mappingColor="#009900" upToolTip="Return to Full Mode" cursor="hand" onClick="ErectorView.returnToMediaCenter();"></buttonelement>
  70.             </buttongroup>
  71.             
  72.                 
  73.             <slider id="volume" zIndex="2" borderSize="5" zIndex="2" 
  74.                left="166" top="350" 
  75.                toolTip="Volume" 
  76.                backgroundImage="Volume_SLIDER.bmp" 
  77.                thumbImage="Thumb_UP.bmp" min="0" max="100"
  78.                value="wmpprop:player.settings.volume" 
  79.                value_onchange="player.settings.volume=value;player.settings.mute=false;">
  80.             </slider>
  81.         
  82.             <slider id="balance" zIndex="2" borderSize="5" zIndex="2" 
  83.                left="287" top="350" 
  84.                toolTip="Balance" 
  85.                backgroundImage="Balance_SLIDER.bmp" 
  86.                thumbImage="Thumb_UP.bmp" 
  87.                min="-100" max="100"
  88.                value="wmpprop:player.settings.balance" 
  89.                value_onchange="player.settings.balance=value;">
  90.             </slider>
  91.         
  92.             <slider id="seek" zIndex="2"
  93.                 left="55" top="94"
  94.                 toolTip="Seek"
  95.                 transparencyColor="#9BEF15"
  96.                 direction="Horizontal"
  97.                 backgroundImage="progressbar_SLIDER.bmp"
  98.                 thumbImage="progressbar_thumb_UP.bmp"
  99.                 thumbHoverImage="progressbar_thumb_HOVER.bmp"
  100.                 borderSize="9" min="0"
  101.                 max="wmpprop:player.currentmedia.duration"
  102.                 value="wmpprop:player.controls.currentposition"
  103.                 onDragEnd="player.controls.currentposition=value;"
  104.                 useForegroundProgress="true"
  105.                 foregroundProgress="wmpprop:player.network.downloadProgress"
  106.                 enabled="wmpenabled:player.Controls.currentPosition"
  107.                 >
  108.             </slider>
  109.         
  110.         
  111. <!--
  112.             </subview>
  113.  
  114.  
  115.         <subview id="vPlist" zIndex="2" left="35" top="165" width="106" height="152" backgroundImage="Playlist_BKGND.bmp" backgroundColor="none" titleBar="false" resizable="false" onEndMove="togglePlVis()">
  116. -->        
  117.         <playlist id="plist" zIndex="4"
  118.         left="35" top="165"
  119.         width="103" height="152"
  120.         backgroundcolor="black"
  121.         foregroundcolor="white"
  122.         columnsVisible="false"
  123.         columns="name=Name"
  124.         editbuttonsvisible="false"
  125.         movebuttonsvisible="false"
  126.         toolbarVisible="true"
  127.         playlistItemsVisible="true"
  128.         toolbarMargin="0"
  129.         visible="TRUE"
  130.         >
  131.         </playlist>
  132.         
  133.  
  134. <!--    
  135.             <playlist id="pl" zIndex="4" visible="false"  left="35" top="165" width="106" height="152" backgroundColor="#ffff" foregroundColor="white"
  136.                 columnsVisible="false" editbuttonsvisible="false" movebuttonsvisible="false" toolbarMargin="0" columns="name=Name;Duration=Time"></playlist>
  137.  
  138.         </subview>
  139.     
  140.  
  141.         <subview id="vEq" zIndex="-1" left="192" top="45" width="1" height="1" backgroundImage="" backgroundColor="none" titleBar="false" resizable="false">
  142. -->        
  143.             <equalizerSettings id="eq" enable="true"></equalizerSettings>
  144.         
  145.             <slider id="eq1" zIndex="2" borderSize="4" left="421" top="168" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
  146.                 value="wmpprop:eq.gainLevel1" value_onchange="eq.gainLevel1=value;" direction="horizontal"></slider>
  147.             <slider id="eq2" zIndex="2" borderSize="4" left="421" top="182" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
  148.                 value="wmpprop:eq.gainLevel2" value_onchange="eq.gainLevel2=value;" direction="horizontal"></slider>
  149.             <slider id="eq3" zIndex="2" borderSize="4" left="421" top="197" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
  150.                 value="wmpprop:eq.gainLevel3" value_onchange="eq.gainLevel3=value;" direction="horizontal"></slider>
  151.             <slider id="eq4" zIndex="2" borderSize="4" left="421" top="212" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
  152.                 value="wmpprop:eq.gainLevel4" value_onchange="eq.gainLevel4=value;" direction="horizontal"></slider>
  153.             <slider id="eq5" zIndex="2" borderSize="4" left="421" top="227" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
  154.                 value="wmpprop:eq.gainLevel5" value_onchange="eq.gainLevel5=value;" direction="horizontal"></slider>
  155.             <slider id="eq6" zIndex="2" borderSize="4" left="421" top="242" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
  156.                 value="wmpprop:eq.gainLevel6" value_onchange="eq.gainLevel6=value;" direction="horizontal"></slider>
  157.             <slider id="eq7" zIndex="2" borderSize="4" left="421" top="257" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
  158.                 value="wmpprop:eq.gainLevel7" value_onchange="eq.gainLevel7=value;" direction="horizontal"></slider>
  159.             <slider id="eq8" zIndex="2" borderSize="4" left="421" top="272" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
  160.                 value="wmpprop:eq.gainLevel8" value_onchange="eq.gainLevel8=value;" direction="horizontal"></slider>
  161.             <slider id="eq9" zIndex="2" borderSize="4" left="421" top="287" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
  162.                 value="wmpprop:eq.gainLevel9" value_onchange="eq.gainLevel9=value;" direction="horizontal"></slider>
  163.             <slider id="eq10" zIndex="2" borderSize="4" left="421" top="302" toolTip="" backgroundImage="eq_SLIDER.bmp" thumbImage="Thumb_UP.bmp" min="-14" max="14"
  164.                 value="wmpprop:eq.gainLevel10" value_onchange="eq.gainLevel10=value;" direction="horizontal"></slider>
  165. <!--        
  166.         </subview>
  167.  
  168.  
  169.         <subview id="vid" zIndex="-1" left="67" top="11" width="1" height="1" backgroundImage="dr_video.bmp" backgroundColor="none" transparencyColor="#00FF00" titleBar="false" resizable="false" visible="false" onEndMove="toggleVidVis()">
  170.  
  171.             <effects id="visEffects" zIndex="2" left="22" top="8" width="210" height="135" allowAll="true" visible="false"
  172.                 horizontalAlignment="stretch" verticalAlignment="false" windowed="true"></effects>
  173.  -->
  174.         <video id="vid" zIndex="2" 
  175.             left="171" top="170" width="194" height="132" 
  176.             allowAll="true" 
  177.             visible="false"
  178.             StretchToFit = "true"
  179.             onVideoStart="StartVideo()"
  180.             onVideoEnd="EndVideo()"
  181.             windowless="false">
  182.         </video>
  183.             
  184.         <effects id="visEffects" zIndex="2"
  185.             left="171" top="170" width="192" height="130"
  186.             windowed="false" visible="false"
  187.             currentEffectType="spikes"
  188.             currentPreset="1"
  189.             allowAll="true"
  190.             onClick="visEffects.previous();">
  191.         </effects>
  192.         
  193.  
  194.         
  195. <!--
  196.             <buttongroup zIndex="2" left="245" top="0" mappingImage="vid_button_map.bmp" image="vid_button.bmp">
  197.                 <buttonelement mappingColor="#00FFFF" upToolTip="Video/Effects" onClick="toggleVidView()"></buttonelement>
  198.             </buttongroup>
  199. -->    
  200.  
  201.           <text id="metadataArtist"
  202.                left="204" top="304" width="140"
  203.                   foregroundColor="black"
  204.                fontSize="8" fontStyle="bold"
  205.                >
  206.            </text>
  207.            <text id="metadataTitle"
  208.                left="180" top="136" width="120"
  209.                foregroundColor="#FFFFFF"
  210.                 fontSize="8"
  211.                value="wmpprop:player.currentmedia.name"
  212.                >
  213.            </text>
  214.            <text id="tTime"
  215.                left="330" top="136"
  216.                foregroundColor="#FFFFFF"
  217.                fontSize="8" fontStyle="bold"
  218.                value="wmpprop:player.controls.currentPositionString">
  219.            </text>    
  220.  
  221.         </subview>
  222.  
  223.  
  224.     </view>
  225.     
  226. </theme>