We run a widget in a content editor web part that links to the CDC website to get flu updates. On our on premise sharepoint 2010 site it displays fine in chrome/IE/Firefox no problem . We are migrating the site to sharepoint 2013 (sharepoint
online) and the content editor web part now works fine in IE .. but when displayed in chrome and firefox I get the alternate textabout flash 9 being required .. the widget code is below.. but I don't know if that really matters since again
the code works fine on 2010. Any help would be greatly appreciated!
<!-- ############################# --><!-- WIDGET EMBED CODE STARTS HERE --><div><h3 id="start-widget-focus"><a href="http://www.cdc.gov/widgets/flu/alt/index.html" rel="noreferrer">Seasonal Flu Updates</a></h3><p><br /><!--[if!IE]><!--><object tabindex="0" id="widgetID" data="http://www.cdc.gov/widgets/flu/rssreader.swf" width="265" height="400" type="application/x-shockwave-flash" title="widgetTitle"><param name="quality" value="high"/><param name="AllowScriptAccess" value="always"/> <param name="FlashVars" value="bg=ffffff"/><param name="pluginurl" value="http://get.adobe.com/flashplayer/"/><div style="width:auto"><img src="http://www.cdc.gov/widgets/images/FluRSS_265x400.jpg" width="265" height="400" alt="CDC Flu Updates Widget. Flash Player 9 is required."/><br />CDC Flu Updates Widget. <br /><a href="http://get.adobe.com/flashplayer/">Flash Player 9 is required.</a></div></object><!--><![endif]--> <!--[if IE]><object tabindex="0" id="widgetID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="265" height="400" title="widgetTitle"><param name="movie" value="http://www.cdc.gov/widgets/flu/rssreader.swf"/><param name="quality" value="high"/><param name="AllowScriptAccess" value="always"/><param name="FlashVars" value="bg=ffffff"/><div style="width:auto"><img src="http://www.cdc.gov/widgets/images/FluRSS_265x400.jpg" width="265" height="400" alt="CDC Flu Updates Widget. Flash Player 9 is required."/><br />CDC Flu Updates Widget. <br /><a href="http://get.adobe.com/flashplayer/">Flash Player 9 is required.</a></div></object><![endif]--> <a id="end-widget-focus"></a></p></div> <!-- WIDGET EMBED CODE ENDS HERE --><!-- ############################# -->