Quote:
Originally Posted by GrendelKhan{TSU
doh ! yah...tried a couple thing but didn't work.  ugh.
|
If you know which paths to change and in which lines it quite easy!
Anyway, try this...
Replace the code in the
adv_portal_xeonplayer template of the style you are using with this:
HTML Code:
<!-- Start XEON vbMp3 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 the XEON vbMp3 Player please enable JavaScript and Flash!
</div>
<script type="text/javascript">
var fo = new FlashObject("/forums/xeon_vbmp3Player.swf", "xeon_player", "400", "450", "8,0,0,0", "#E1E4F2");
fo.addParam("quality", "high");
fo.write("xeon_player");
</script>
<!-- js flashobject -->
</td>
</tr>
<!-- End XEON vbMp3 Player -->