Log in

View Full Version : I cant watch the divx videos with internet explorer


yakuza35
11-04-2008, 01:35 AM
Hi guys I cant watch divx videos with internet explorer on my forum I just see "connecting..." but I can watch them with firefox How can I fix this problem pls help me thanx...

I use this divx bbcode
<center><object codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab" height="325" width="650" classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616"><param name="autoplay" value="false"><param name="src" value="http://video.stage6.com/1178813/.divx" /><param name="custommode" value="Stage6" /><param name="showpostplaybackad" value="false" /><embed type="video/divx" src="{param}" pluginspage="http://go.divx.com/plugin/download/" showpostplaybackad="false" custommode="Stage6" autoplay="false" height="325" width="650" /></object></center>

Lynne
11-04-2008, 01:43 AM
Are you using both an <object> and an <embed> tag so it is compatible with both browsers?

yakuza35
11-04-2008, 02:10 AM
Are you using both an <object> and an <embed> tag so it is compatible with both browsers?

I am just using <object> tag for divx player I am using <embed> tag for livevideo bbcode and I am using passiveVid product

Lynne
11-04-2008, 02:15 AM
I'm not familiar with the exact code for a divx video, I just know that firefox uses one type of tag and IE the other. I'm sure you can google for the correct html to use for cross browser compatibility.

Digital Jedi
11-04-2008, 03:30 AM
DIVX uses this as embed code:

<object type="video/divx" data="http://video_player_source.divx" width="500" height="360"><param name="type" value="video/divx" />
<param name="src" value="$p1" />
<param name="data" value="$p1" />
<param name="codebase" value="http://video_player_source.divx" />
<param name="mode" value="full" />
<param name="minVersion" value="1.0.0" />
<param name="pluginspage" value="http://go.divx.com/plugin/download/" />
<param name="allowContextMenu" value="true" />
<param name="autoplay" value="false" />
<param name="url" value="$p1" /></object>

You need to have the video source in two places.

DIVX also just recently updated their software, so check to make sure it's updated for Windows.