This doesn't work for me. I get "null" on playlists. It doesn't find the MP3 files for some reason. Was/is working fine in using the original pop-up.
My template code:
HTML Code:
<!-- Start XEON Player -->
<tr>
<script type="text/javascript" src="forums/flashobject.js"></script>
</tr>
</thead>
<tr>
<td class="$getbgrow">
<!-- js flashobject -->
<div align="center" width="100%" id="xeon_player">
Warning!!! To view this vbMp3 Player please enable JavaScript and Flash!
</div>
<script type="text/javascript">
var fo = new FlashObject("forums/xeon_mp3_beta.swf", "xeon_player", "450", "400", "8,0,0,0", "#f7f8fa");
fo.addParam("quality", "high");
fo.write("xeon_player");
</script>
<!-- js flashobject -->
</td>
</tr>
<!-- End XEON Player -->