Flash Video Wont Play on WP site in IE 9, but fine in Chrome/Firefox
-
I am working on a wordpress website to make some changes and one major issue is that the Flash video will not load in Internet Explorer 9, but works fine in Chrome and Firefox. It just shows the blank background image and if you right click, says “movie not loaded” . I have version 11.7.7 of adobe flash..
Is there a special code I can put in to fix this problem for ie 9?
Below is the code that I have now for the flash to work…
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="936" height="176"> <param name="movie" value="images/banner.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <embed src="<?php echo get_template_directory_uri(); ?>/images/banner.swf" quality="high" pluginspage="https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="936" height="176" wmode="transparent"></embed>
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Flash Video Wont Play on WP site in IE 9, but fine in Chrome/Firefox’ is closed to new replies.