Yahoo Media Player implementation would be a good option among the other players

http://mediaplayer.yahoo.com/
http://yahoomediaplayer.wikia.com/wiki/How_To_Link

i presume its simpler to include as the script external on Yahoo servers
<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>

Comments

iantresman’s picture

I now have the Yahoo Media Player working on my site, after adding the following snippet to my page.tpl.php file:

<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>

I have a CCK field which holds the URL of my MP3 file, which I then rewrite with Views | Fields, to output the appropriate link. See also this post which describes and solves a problem I had with this, when trying to pass the track title to the player.