Quote:
Originally Posted by GrendelKhan{TSU
hmm..that's the code I tried. anyway..tried this too. still doesn't work. :/
is there some setting to allow flashI might be missing?
|
Try this instead...
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 -->