home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / basic / 10 / setup.exe / wmploc.DLL / 256 / 137 < prev    next >
Encoding:
Text File  |  2000-06-26  |  10.3 KB  |  164 lines

  1.  ■<!-- Windows Media Player - Copyright 2000 Microsoft Corporation. -->
  2. <theme >
  3. <view   id="View1" 
  4.         scriptFile="res://wmploc.dll/RT_TEXT/#138;res://wmploc.dll/RT_TEXT/#132"
  5.         onload="InitVisualizations();"
  6.         onclose="CloseVisualizations();"
  7.         backgroundcolor="black"
  8. >
  9.     <player 
  10.         OpenState_onchange="OnOpenStateChangeViz();"
  11.         PlayState_onchange="OnPlayStateChangeViz();"
  12.         CurrentMediaItemAvailable="OnDownloadingMediaViz();"
  13.         MediaChanged="InitVisualizations();"
  14.         CurrentPlaylistChange="InitVisualizations();"
  15.         >
  16.         <currentmedia
  17.             name_onchange="InitVisualizations();"
  18.             >
  19.         </currentmedia>
  20.     </player>
  21.     <mediacenter
  22.         showEffects_onchange="InitVisualizations();"
  23.         >
  24.     </mediacenter>
  25.     <subview id="svScreen"
  26.             zindex="1"
  27.             top="0" left="0"
  28.             width="jscript:View1.width;" height="jscript:View1.height;"
  29.             backgroundColor="black"
  30.             horizontalAlignment="stretch" 
  31.             verticalAlignment="stretch" 
  32.     >
  33.         <video  id="video1"
  34.                 visible="false"
  35.                 zindex="2"
  36.                 left="0" top="0"
  37.                 width="jscript:svScreen.width;" height="jscript:svScreen.height;"
  38.                 horizontalAlignment="stretch" 
  39.                 verticalAlignment="stretch" 
  40.                 OnVideoStart="myOnVideoStart();"
  41.                 OnVideoEnd="myOnVideoEnd();"
  42.                 zoom="wmpprop:mediacenter.videoZoom"
  43.                 stretchToFit="wmpprop:mediacenter.videoStretchToFit"
  44.         >
  45.         </video>
  46.     <subview id="Titles"
  47.             zindex="1"
  48.             top="0" left="0"
  49.             width="jscript:View1.width;" height="50"
  50.             backgroundColor="black"
  51.             horizontalAlignment="stretch" 
  52.     >
  53.         <text id="playlistname"
  54.             left="20" top="0"
  55.             width="jscript:svScreen.width - 40;"
  56.             height="20"
  57.             zindex="2"
  58.             foregroundColor="white"
  59.             horizontalAlignment="stretch"
  60.             fontsize="12"
  61.             value=""
  62.             visible="wmpprop:mediacenter.showTitles"
  63.         >
  64.         </text>
  65.         <text id="trackname"
  66.             left="20" top="20"
  67.             width="jscript:svScreen.width - 40;"
  68.             height="30"
  69.             zindex="2"
  70.             foregroundColor="white"
  71.             horizontalAlignment="stretch"
  72.             fontsize="16"
  73.             value=""
  74.             visible="wmpprop:mediacenter.showTitles"
  75.         >
  76.         </text>
  77.     </subview>
  78.         
  79.         <effects
  80.             id="myeffect"
  81.             left="20" top="45"
  82.             height="jscript:svScreen.height-65"
  83.             width="jscript:svScreen.width-40" 
  84.             allowAll="true"
  85.             horizontalAlignment="stretch" 
  86.             verticalAlignment="stretch"
  87.             currentEffectType="wmpprop:mediacenter.effectType"
  88.             currentPreset="wmpprop:mediacenter.effectPreset"
  89.             currentPresetTitle_onchange="InitVisualizations();"
  90.             windowed="true"
  91.         >
  92.         </effects>
  93.         <subview id="svEffectsControls"
  94.             zindex="5"
  95.             left="0" top="jscript:svScreen.height - 20"
  96.             width="jscript:svScreen.width" height ="20"
  97.             horizontalAlignment="stretch" 
  98.             verticalAlignment="bottom" 
  99.             backgroundcolor="black"
  100.         >    
  101.             <button    id="PrevViz" 
  102.                 top="0"
  103.                 left="20"
  104.                 image="res://wmploc.dll/RT_BITMAP/#319"
  105.                 hoverImage="res://wmploc.dll/RT_BITMAP/#321"
  106.                 downImage="res://wmploc.dll/RT_BITMAP/#320"
  107.                 upTooltip="res://wmploc.dll/RT_STRING/#1842"
  108.                 onclick="VizPrev();"
  109.             />
  110.             <button    id="NextViz" 
  111.                 top="0"
  112.                 left="38"
  113.                 upTooltip="res://wmploc.dll/RT_STRING/#1843"
  114.                 image="res://wmploc.dll/RT_BITMAP/#322"
  115.                 hoverImage="res://wmploc.dll/RT_BITMAP/#324"
  116.                 downImage="res://wmploc.dll/RT_BITMAP/#323"
  117.                 onclick="VizNext();"
  118.             />
  119.             <text id="VizTitle" 
  120.                 top="1"
  121.                 width="jscript:svEffectsControls.width - 60"
  122.                 left="60"
  123.                 horizontalAlignment="stretch"
  124.                 value=""
  125.                 foregroundColor="white" 
  126.                 fontSize="10"
  127.                 toolTip="res://wmploc.dll/RT_STRING/#1844"
  128.             />
  129.         </subview>        
  130.     </subview>
  131.     
  132.         
  133.     <subview id="svBanner"
  134.         zindex="3"
  135.         left="0" top="jscript:View1.height - 40;" 
  136.         width="jscript:View1.width;" height="40"
  137.         backgroundColor="black"
  138.         horizontalAlignment="stretch" 
  139.         verticalAlignment="bottom" 
  140.         visible="false" 
  141.     >
  142.         <button id="AddBanner"
  143.                 width="194" height="32"
  144.                 horizontalAlignment="center" 
  145.                 verticalAlignment="center" 
  146.                 image="WMPImage_AdBanner"
  147.                 onclick="OnBannerClick();"
  148.                 onMouseOver="OnBannerMouseOver();"
  149.         >
  150.         </button>
  151.     
  152.     </subview>    
  153. </view>
  154. </theme>