Keyword

Not able to run videos in IE

More
16 years 9 months ago #462 by hapner
Replied by hapner on topic Re: Not able to run videos in IE
I was able to resolve videos not running in IE, by going to my Windows Control Panel, choosing Advanced Internet Options, and then making sure the Play animations in webpages was checked.... ::)

Please Log in or Create an account to join the conversation.

More
16 years 9 months ago #463 by parabara
Replied by parabara on topic Re: Not able to run videos in IE
I have also same problems But quite diffirent
On my site nothing displays on the video area ! only Blank, when I right click there some quicktime property popups!

Please Log in or Create an account to join the conversation.

  • John Alexander Huerfano
  • John Alexander Huerfano's Avatar
  • Offline
  • New Member
More
16 years 9 months ago #464 by John Alexander Huerfano
Replied by John Alexander Huerfano on topic Re: Not able to run videos in IE
the same happen to me but i resolve the problem just letf FLV Video Transparency? no tell me if that solution works for you ;D

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #465 by progamer
Replied by progamer on topic Re: Not able to run videos in IE
Somehow i managed to resolve the issue by adding

classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\"

in the youtube code in the plugin_jw_allvideos.php

Here is the path: mambots/content/plugin_jw_allvideos.php

Find:
"youtube" => array("<object style=\"".$width." ".$height."\"><param name=\"movie\" value=\"https://www.youtube.com/v/***code***\" /><param name=\"wmode\" value=\"transparent\" /><embed src=\"https://www.youtube.com/v/***code***\"  wmode=\"transparent\" type=\"application/x-shockwave-flash\" style=\"".$width." ".$height."\"></embed></object>", "#{youtube}(.*?){/youtube}#s") ,

Replace:
"youtube" => array("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" style=\"".$width." ".$height."\"><param name=\"movie\" value=\"https://www.youtube.com/v/***code***\" /><param name=\"wmode\" value=\"transparent\" /><embed src=\"https://www.youtube.com/v/***code***\"  wmode=\"transparent\" type=\"application/x-shockwave-flash\" style=\"".$width." ".$height."\"></embed></object>", "#{youtube}(.*?){/youtube}#s") ,

Now the problem with the IE will be fixed and also will aslo work with firefox.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum