Quote:
Originally Posted by FFW
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.
|
Hi FFW,
A NULL value in the player indicates that the player is not connecting to the database. Make sure you change the 'forum_root' in the code to your own forum directory name.
If the code below doesn't work then I have another idea.
[high]
Try this code:[/high]
Code:
<!-- Start XEON Player -->
<tr>
<script type="text/javascript" src="/forum_root/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("/forum_root/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 -->