PDA


View Full Version : About the VIDEO MODULE !!


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 !! :)

KW802
11-26-2005, 10:21 PM
Could you link to the original thread that deals with this module? It should be working in IE with the object tag.

breed
11-27-2005, 01:15 PM
Hi !!

Here the link where i got this table from.

http://www.vbadvanced.com/forum/showthread.php?t=7437

What you mean with the object tag ? I dont know what exactly this is :(

Brian
11-30-2005, 04:10 PM
I've never really tried to use a video module like that, so I don't know much about them. Hopefully someone else with a little more experience with them will know the answer for you though.

KW802
11-30-2005, 04:14 PM
Breed, if that template is literally what you're using then you missed an edit...
<param name="FileName" value="path\to\your\video.avi">