I am very much wanting to use the standalone audio player but I can't get it working. It always reports "file not found" when I press the play button on the player. The URL I'm using to the MP3 file is correct. Here's the html I'm using:
<script language="JavaScript" src=“http://www.rsvoice.com/audio/audioplayer/audio-player.js”></script>
<object type="application/x-shockwave-flash" data="http://www.rsvoice.com/audio/audioplayer/player.swf" id="audioplayer1" height="20" width="140">
<param name="movie" value="http://www.rsvoice.com/audio/audioplayer/player.swf">
<param name="FlashVars" value="playerID=1&soundFile=http://www.rsvoice.com/audio/rs_compilation.mp3”>
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>
The website was generated via iWeb, but in my testing I've also manually put the html directly into the webpage with all sorts of variants and no success. You can see it at http://www.rsvoice.com, though you won't be able to see the "file not found" message since the player is too short.
Any ideas? Thanks!