|
MP3 player with Sound Spectrum V2
Powerful XML driven MP3 player with sound spectrum.
This player can be used in a html page or in flash.
[b]FEATURES:[/b]
- Play / Pause Button
- Prev Button
- Next Button
- Seek Bar
- Play list(you can hide it by pressing the playlist button)
- Current time and Total Time
- Mute button
- Volume Bar
- Name of the current MP3 file that is playing and for name of the artist
- Album/artist cover
- The Album/artist cover can be set up in the xml file , so that on mouse click it will open a new window with a url specified in the xml file, this is optional.
- Auto play sound option
- Loop sound option.
- Supports unlimited number of .mp3's.
- Cool gradient sound spectrum.
- Configurable with an xml file.
- OOP code.
[b]XML settings:[/b]
- spectrum_colors - this is a range of 5 colors, creating a fill gradient from left to right, if you want a single color set all colors to the same value
- show_spectrum - yes or no
- auto_play - yes or no
- loop - yes or no
- volume - a value between 0 and 100
- artist_name - the artist name
- song_title - the song tile
- image_path - the image path for each song
- mp3_path - the path for each .mp3 file
- url - this is the url that it will open if the upper left image is pressed, you can disable this by setting the open attribute to "no".
|