breed
11-26-2005, 05:32 PM
Hi Guys !! Well the Video Module i got from here works just sm00th. All Fine, there is only 1 little problem. It plays only in "Firefox".
How can i make it play also in "IE" ??
Thats my Template:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] Black/RnB TV </span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%" align="center">
<div align="center">
<object id="MediaPlayer" width=320 height=240 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject">
<param name="FileName" value="path\to\your\video.avi">
<param name="autoStart" value="true">
<embed type="application/x-mplayer2" src="http://www.ontoptv.com/asx/ontoptv.asx"
name="MediaPlayer"
autostart=1
width=340
height=260>
</embed>
</object>
</div>
</td>
</tr>
<tr>
<td class="tcat" align="center"><span class="smallfont"> <b>Best few in Mozilla Firefox !!</b></span></td>
</tr>
</table>
<br />
would appreciate any help !! :)
How can i make it play also in "IE" ??
Thats my Template:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] Black/RnB TV </span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%" align="center">
<div align="center">
<object id="MediaPlayer" width=320 height=240 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject">
<param name="FileName" value="path\to\your\video.avi">
<param name="autoStart" value="true">
<embed type="application/x-mplayer2" src="http://www.ontoptv.com/asx/ontoptv.asx"
name="MediaPlayer"
autostart=1
width=340
height=260>
</embed>
</object>
</div>
</td>
</tr>
<tr>
<td class="tcat" align="center"><span class="smallfont"> <b>Best few in Mozilla Firefox !!</b></span></td>
</tr>
</table>
<br />
would appreciate any help !! :)