• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

SWFObject not playing MP3 in IE10 and lower with new Adobe Flash upgrade

Guest
Jul 28, 2014 Jul 28, 2014

Copy link to clipboard

Copied

  

I am using SWFObject 1.5 with flash player 14.0.0.145 and SW flv player 3.x.x. My code used to work fine in all version of IE, FF and chrome earlier(Until i think we had flash 14.0.0.125), but after the recent upgrade its not working in IE 10 and lower while works fine in IE 11, FF and chrome.

Any suggestion? Also any link to newer version of SW flv player would be helpful too.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head>
<meta http-equiv="X-UA-Compatible" content="IE=8">
<script type="text/javascript" src='js/swfobject.js'></script>
</head><body bgcolor="#FFFFFF">
<div id="audio_clip">You need to upgrade your Flash Player to at least version 8 to view this video content.<a id="1" href="http://www.adobe.com/flashplayer/">Download the latest version of Flash Player</a></div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("js/flvplayer_updated.swf","flvplayer","592","342","8","#000000");
so
.addVariable("file", "<s:property value="audioUrl"/>");
so
.addVariable("autostart", "true");
so
.addVariable("screencolor", "#FFFFFF");
so
.write("audio_clip");
// ]]>
</script>
</body></html>

Views

206

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines