home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / vbasic / Data / Utils / WMP71SDK.exe / package.wmd / package.wmz / package.wms < prev    next >
Encoding:
Text File  |  2000-06-22  |  1.3 KB  |  52 lines

  1. <theme>
  2.     
  3.     <view
  4.         id="package"
  5.         backgroundColor="black"
  6.         height="400"
  7.         width="450"
  8.         titleBar="false"
  9.         resizable="false">
  10.  
  11.     <player
  12.         openstatechange="if (NewState==13) {var temp=player.currentMedia.getItemInfo('AlbumArt'); if (temp) CoverArt.image= temp}" />    
  13.  
  14.     <effects
  15.         id="effects1"
  16.         visible="True"
  17.         windowed="false"
  18.         allowAll="true"
  19.         top="5" left="5"
  20.         height="jscript:view.height-2*top"
  21.         width="jscript:view.width-2*left"
  22.         currentEffectType="ambience" />
  23.  
  24.     <text 
  25.         id="title" 
  26.         top="5" horizontalAlignment="center"
  27.         value="wmpprop:player.currentMedia.name" 
  28.         foregroundColor="white"
  29.         backgroundColor="red"
  30.         fontSize="12" fontSmoothing="true"
  31.         fontStyle="bold" />
  32.  
  33.     <button
  34.         cursor="hand"
  35.         id="CoverArt"
  36.         top = "30"
  37.         horizontalAlignment="center"
  38.         image="jscript:if (player.openState==13) {var temp=player.currentMedia.getItemInfo('AlbumArt'); if (temp) temp} else '';"
  39.         onclick="jscript:var link = player.currentMedia.getItemInfo('link'); if (link)player.launchURL(link);"
  40.         height_onchange="caption.top=top+height+5" />
  41.  
  42.     <text 
  43.         id="caption" 
  44.         top="jscript:CoverArt.top+CoverArt.height+5"
  45.         horizontalAlignment="center" 
  46.         value=" Click on the picture. "
  47.         foregroundColor="white" 
  48.         backgroundColor="red"
  49.         fontSize="9" fontSmoothing="true" />
  50.         
  51. </view>
  52. </theme>