vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   I cant watch the divx videos with internet explorer (https://vborg.vbsupport.ru/showthread.php?t=195392)

yakuza35 11-04-2008 01:35 AM

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:

<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

Quote:

Originally Posted by Lynne (Post 1659047)
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:

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.


All times are GMT. The time now is 10:58 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02002 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete