The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I cant watch the divx videos with internet explorer
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 PHP Code:
|
#2
|
||||
|
||||
Are you using both an <object> and an <embed> tag so it is compatible with both browsers?
|
#3
|
|||
|
|||
I am just using <object> tag for divx player I am using <embed> tag for livevideo bbcode and I am using passiveVid product
|
#4
|
||||
|
||||
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.
|
#5
|
||||
|
||||
DIVX uses this as embed code:
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> DIVX also just recently updated their software, so check to make sure it's updated for Windows. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|