TMPEG3Player component by Giuseppe Lo Presti
============================================

This invisible component allows you to control WinAmp from your application. It work with Delphi 2.x and above; I included all sources so you can compile it under all Delphi version.
All the properties and methods are documented in the source files; in particular, B.Emslie's WAInt.pas contains all messages you can send to WinAmp, while in the MPEG3Player.pas files I used only some messages to control WinAmp.
In this version, I don't support multiple file playing, although WinAmp does; I think I add this feature in a next version. If you are interested, let me know (see below).

History
-------
May 20, 1998 - v. 1.0 - First release
Sep  3, 1998 - v. 1.1 - CloseWinAmp method added (see Terminate procedure in WAInt.pas)
May 16, 1999 - v. 1.2 - Some issues corrected, WinAmp 2.x compatible

Notes
-----
You can use this component to control WinAmp 1.x or 2.x; however, in the latest versions (1.9 or above) I sometimes noted a strange behavior: if WinAmp is already started and you want to play a song, the player begins to play a previous file or asks you for an .mp3 file. When you start WinAmp from your Delphi application, all goes right instead.

This component is freeware, so you can do what do you want. If you have any question or suggestion, let me know with an email to: lopresti@unipa.it