|
About our MP3 Player
Our MP3 Player's design is to be sleek and elegant, implementing all necessary functions while keeping it simple and easy to operate. Built using Flash action script, it ensures compatibility on most all platforms and with most all current browsers.
Our MP3 Player will play any MP3 uploaded to your server, without any modification to the Flash file. It can be configured to start up in various modes, depending on your needs. The MP3 Player uses a XML playlist so any scripting language can be used to build playlists. It can even search a directory for MP3's if no playlist is specified, when using the included php files.
Current functions:
Play/Pause button
Prev/Next button for track selection
Volume Slider
Loop: Loops song or playlist
Continuous: Play next song if checked. Loops playlist if Loop is checked.
Collapse arrow: Can be used to display informational text under the player.
Displays streaming information and song duration.
Displays song position.
Displays entire playlist.
Technical Information
With this Player, you can use different variables to select the initial settings.
xmldoc - Used to specify the XML playlist for this instance of the player. xmldoc=Playlist.xml
showtop - Specifies weather to start up collapsed, or displaying the playlist. set to either yes or no.
loop - if set to yes, the player will loop a song or playlist depending on the next variable.
cont - if set to yes, it will either play each song in the playlist till the end, or it will loop the entire playlist infinitely depending on the above variable. If both variables are set to no, it will only play the first song and stop.
bgwords - Text you wish to display when the player is collapsed. If nothing is selected, it will display the default message. If you wish to display nothing at all, set the variable to %20.
Contact us here for information about including this player on your site.
|