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

  1. This sample shows the use of a progress bar. It also includes data about the media that is playing.
  2.  
  3. Click on the Play button to start the media playing. Click on Stop to stop.
  4.  
  5. The current status, artist name, track title, current track position, and total track duration are displayed on the skin. The artist name is set dynamically every time the media changes, by the openState_onchange event handler in the PLAYER tag, which performs a lookup of the artist name every time the openState changes. The media title is updated through wmpprop from player.currentMedia.name. The current status, current position, and duration are given by the predefined elements STATUSTEXT, CURRENTPOSITIONTEXT, and DURATIONTEXT, respectively. 
  6.  
  7. See the Windows Media Player SDK for more information on progress bars and text.