home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch08_lgo / tutor.dir / 00124.txt < prev    next >
Encoding:
Text File  |  1996-12-06  |  836 b   |  13 lines

  1. ‚Ä¢ the URL of member  designates the streaming audio file played
  2. ‚Ä¢ the PreloadTime of member  designates the preload of the SWA file
  3. ‚Ä¢ PreloadBuffer() initiates preloading of the SWA file
  4. ‚Ä¢ Play()  starts the playback of a streaming audio file
  5. ‚Ä¢ Pause() pauses the playback of a streaming audio file
  6. ‚Ä¢ Stop() halts playback of a SWA file
  7. ‚Ä¢ the state of member  determines current status of a SWA file
  8. ‚Ä¢ the duration of member returns length, in seconds, of a SWA file
  9. ‚Ä¢ the percentStreamed of member returns percentage of a SWA file streamed
  10. ‚Ä¢ the percentPlayed of member returns percentage of a SWA file actually played
  11. ‚Ä¢ the bitRate of member returns the bit rate of a SWA file
  12. ‚Ä¢ getError() returns information about SWA errors as an integer
  13. ‚Ä¢ getErrorString() returns information about SWA errors as a string