A client of ours wanted an mp3 player on their Wordpress website. Using the wonderful Flash XSPF Web Music Player, we created this plugin for Wordpress to quickly and easily create an XSPF file from links to publicly posted mp3 files.
Usage is very simple.
You can, of course, use the player of your choice to playback the XSPF file. Simply give it the URL above as the playlist, and away you go!
<object type="application/x-shockwave-flash" width="245" height="170"
data="<?php echo WP_PLUGIN_URL; ?>/xspf/xspf_player.swf?playlist_url=<?php echo bloginfo('url'); ?>/?feed=xspf">
<param name="movie"
value="<?php echo WP_PLUGIN_URL; ?>/xspf/xspf_player.swf?playlist_url=<?php echo bloginfo('url'); ?>/?feed=xspf" />
</object>
GNU GPLv2 License.