
10-14-2006, 11:05 AM
|
 |
|
|
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by syrus.xl
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 -->
|
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?
|