在Internet Explorer中,swf使用没有音频的对象标签播放

时间:2014-09-30 13:39:46

标签: javascript html5 flash audio

我正在使用object tag来播放SWF视频。音频和视频在Firefox和Chrome以及其他浏览器中都运行良好。但在Internet Explorer中,只有视频正在运行,音频无法播放。

代码:

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
   <!--[if IE]>
      <script src="html5shiv.js"></script>

    <![endif]-->
    </head>
    <body>

<object id="myId" classid="clsid:D27CDB6E- AE6D-11cf-96B8-444553540000" width="780" height="390"> 
<param name="movie" value="../video/Video-3.swf" /> 
<!--[if !IE]>--> 
<object type="application/x-shockwave-flash" data="../video/Video-3.swf" width="780" height="390"> 
<!--<![endif]--> <p>Alternative content</p> <!--[if !IE]>--> 
</object> <!--<![endif]--> 
</object>


</body></html>

非常感谢任何帮助。提前谢谢。

0 个答案:

没有答案
相关问题