Description: Mp3s are loaded and played using an XSPF playlist
Author:[url=http://www.swfspot.com/]John Bezanis[/url]
Functional Demo:

[url=http://images.nimref22.multiply.com/attachment/0/SC-HFQoKCtMAAHIJLFA1/mp3.html?nmid=96049194]Click Here[/url]
[b]This mp3 player loads a playlist from an XML file using the GET parameter playlist. The GET parameter autostart determines whether or not to start playing the music as soon as the player loads. The quality of the sample songs has been reduced to lower bandwidth use and to avoid copyright issues.
Player Features:[/b]
[b]* Playlist loaded from an xml file
* The ability to have music autostart or not on load
* Full volume control
* Alternating play/pause button
* Buttons to advance to the previous or next song
* Scrub bar to advance to any position in a song
* Scrolling text
* Scrollbar for the playlist
* Clicking a playlist item starts that song
* Autostart of the next song after a song has finished
[/b]
[b]Example code for the XHTML:[/b]
[spoiler]<object data="http://www.somesite.com/musicplayer.swf?autostart=true&playlist=http://www.somesite.com/playlist.xml" type="application/x-shockwave-flash" width="300" height="200"><param name="movie" value="http://www.somesite.com/musicplayer.swf?autostart=true&playlist=http://www.somesite.com/playlist.xml"/></object>
[/spoiler]
[b]Example XML:[/b]
[spoiler]<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track><creator>Iron Maiden</creator><title>Fear of the Dark</title><location>http://www.bezzmedia.com/swfspot/resources/42-song3.mp3</location></track>
<track><creator>Social Distortion</creator><title>Ring of Fire</title><location>http://www.bezzmedia.com/swfspot/resources/42-song4.mp3</location></track>
</trackList>
</playlist>[/spoiler]
[b]
Download the files below: [/b]

[url=http://www.bezzmedia.com/swfspot/resources/42-playlist.xml][b]Download XML File[/b][/url]

[url=http://www.bezzmedia.com/swfspot/resources/42-mp3player.swf][b]Download the built Mp3 Player [/b][/url]
Last edited by taurus1983 (2008-05-18 02:08:29)