I can see the difference.
I know where the problem is and I'm working on a patch.
A quick fix is:
1. Edit the podpress.js file of 8.8.5.3:
- Remove the comment in front of line 252 and make on in front of line 253.
- Remove the word "audioplayer" in the lines 256 and 258
- Make also comments in front of lines 265 to 269.
The lines 252-269 should look like this:
strResult += '<object class="podpress_player_object" type="application/x-shockwave-flash" data="'+podPressBackendURL+'players/'+podPressPlayerFile+'" id="audioplayer'+strPlayerDiv+'" width="290" height="24" style="display:block;">';
//strResult += '<object class="podpress_player_object" type="application/x-shockwave-flash" classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" data="'+podPressBackendURL+'players/'+podPressPlayerFile+'" id="audioplayer'+strPlayerDiv+'" width="290" height="24" style="display:block;">';
strResult += '<param name="movie" value="'+podPressBackendURL+'players/'+podPressPlayerFile+'" />';
if ( true == podPressOverwriteTitleandArtist ) {
strResult += '<param name="FlashVars" value="playerID='+strPlayerDiv+localCopyPlayerOptions+'soundFile='+unescape(strMediaFile)+'&titles=' + strTitle + '&artists=' + strArtist + '" />';
} else {
strResult += '<param name="FlashVars" value="playerID='+strPlayerDiv+localCopyPlayerOptions+'soundFile='+unescape(strMediaFile)+'" />';
}
//strResult += '<param name="FlashVars" value="playerID=audioplayer'+strPlayerDiv+localCopyPlayerOptions+'soundFile='+encodeSource(strMediaFile)+'&encode=yes" />';
strResult += '<param name="bgcolor" value="#FFFFFF" />';
strResult += '<param name="menu" value="false" />';
strResult += '<param name="wmode" value="transparent" />';
strResult += '<param name="quality" value="high" />';
//~ if ( true == podPressOverwriteTitleandArtist ) {
//~ strResult += '<embed src="' + podPressBackendURL + 'players/' + podPressPlayerFile+ '" id="audioplayer'+strPlayerDiv+'" type="application/x-shockwave-flash" flashvars="playerID='+strPlayerDiv+localCopyPlayerOptions+'soundFile='+unescape(strMediaFile) + '&titles=' + strTitle + '&artists=' + strArtist + '" width="290" height="24" wmode="transparent"></embed>';
//~ } else {
//~ strResult += '<embed src="' + podPressBackendURL + 'players/' + podPressPlayerFile+ '" id="audioplayer'+strPlayerDiv+'" type="application/x-shockwave-flash" flashvars="playerID='+strPlayerDiv+localCopyPlayerOptions+'soundFile='+unescape(strMediaFile)+'" width="290" height="24" wmode="transparent"></embed>';
//~ }
2. Replace the file podpress/players/1pixelout_player.swf which is included in 8.8.5.3 with the one from podPress 8.8.
If this is not working then roll-back to 8.8.5.3.
Regards,
Tim