home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / vbasic / Data / Utils / WMP71SDK.exe / playlist.wms < prev    next >
Encoding:
Text File  |  2001-03-02  |  589 b   |  28 lines

  1. <THEME>
  2.     <VIEW
  3.         clippingColor = "#CCCC00"
  4.         backgroundImage = "background.bmp"
  5.         titleBar = "false">
  6.         
  7.         <BUTTONGROUP
  8.             mappingImage = "map.bmp"
  9.             hoverImage = "hover.bmp"> 
  10.                 
  11.         <PLAYELEMENT
  12.             mappingColor = "#00FF00"
  13.             onClick = "JScript: theme.openView('playview');" />
  14.                           
  15.         <STOPELEMENT
  16.             mappingColor = "#FF0000" />
  17.                 
  18.         </BUTTONGROUP>
  19.         
  20.     </VIEW>
  21.     
  22.     <VIEW 
  23.         id = "playview">
  24.         
  25.         <PLAYLIST/>
  26.         
  27.     </VIEW>
  28. </THEME>