Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi Martin,

    As everyone has been pointing the obvious: Great job on the player! Unfortunately, I’m having some of the issues that others are noticing. I’m using the standalone player (beta 6) on my personal development project written in JSP. I have the player configured properly inside my JavaScript:

    AudioPlayer.setup("scripts/player.swf", {
    		width: 190
    	   ,transparentpagebg: "yes"
    	}) ;

    and at the time of creating the many players for each of my sound files, I do:

    var sPlayerOptions = '{soundFile:"'+escape(sUrl)+'",remaining:"yes"}' ;
    elCell.innerHTML =
     '<span id="audioplayer_'+sData+'">&nbsp;</span>'
    +'<script type="text/javascript">'      			   +'AudioPlayer.embed("audioplayer_'+sData+'",'+sPlayerOptions+') ;'
    + '</script>' ;

    Assume that sUrl, elCell and sData are all good. The player comes up fine on FF3 (3.0.2), but it just keeps buffering. On IE7, the player does not even come up. Any suggestions?

Viewing 1 replies (of 1 total)