Mp3 Player Challenge entry
Author: Paul "PR|MuS" Lauricio
Contact:
Email: Shredplayer@email.com / Shredplayer@lycos.com
IRC:
 DalNet:#mircscripts.org,#scripting,#manila,#mp3,#pampanga
 Nicks: PR|MuS on DalNet
           PR|Mu5 on Undernet

1. Only mp3 files can be played and can be added on the playlist.. No MIDI's and WAV's

2. DOUBLE CLICKING on the playlist will play the selected file.

3. If you select a file from the list the PREVIOUS and NEXT will be enabled else it will work as a
   REWIND and FORWARD for the current mp3 playing.

4. To avoid flickering, -n switch was used but in the TRACK and SEEK BAR instead of drawing
    image on top of each other i calculated it to draw only to the $mouse.x position and besides it fun 
   calculating its coordinates...

5. I used a HIDDEN WINDOW to draw buttons to be used on the main player and using drawcopy to copy
   the buttons to the player..and instead of drawcopy it one by one i used a WHILE LOOPS to carry out the task.

6. Instead of using LISTBOX to the side of the player i used it as a seperate WINDOW to the player..it adds a cool 
  looks to the player..

7. Used a lot of CUSTOM IDENTIFIERS to SHORTEN the CODES as much as possible..the only thing difficult
   will be the DEBUGGING if you do not TAKING NOTE of it...

8. The VOLUME i used is systems MASTER VOLUME.

9. DRAWLINES some points to make the INTERFACE look like 3D..

10. I used SMALLFONTS for the main player..

11. You can LOAD and SAVE playlist in .pl3 extension only..

12. Stores some SETTINGS in an .INI file.

13. DOUBLE CLICKING the TIME DISPLAY will toggle between ELAPSED and REMAINING TIME.

14. RIGHT CLICK to show POPUPS.

15. This was CREATED using mIRC 6.1 and it contain codes that are'nt on previous mIRC version..
    so LOADING it on OLDER version will not work..... I didnt bother to code the On *:LOAD cz im pretty sure we all
    use the newer version of mIRC...



BASIC CONTROLS

    BUTTONS:
PLAY - for Playing file.

NEXT/FORWARD -  forwarding the file and playing the next file on the playlist.

PREVIOUS/REWIND -  rewinding the file and playing the previous file on the playlist.

PAUSE/RESUME -  pausing and resuming.

STOP - stoping mp3 playing

FILE SELECT - selecting mp3 files to play.

REPEAT  - repeating the currently loaded file.

MINIMIZE - minimizing the player.

CLOSE - closing the player.