Keyword

IE Problem operation aborted Fix!

  • progamer
  • progamer's Avatar Topic Author
  • Offline
  • New Member
More
16 years 7 months ago #6995 by progamer
IE Problem operation aborted Fix! was created by progamer
For those ppl having problem wiht the IE error of "operation aborted" do the following it will fix the issue.


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