2

我在使用 JW Player 时遇到问题,它不能在 IE9 正常模式下工作。当我尝试在 IE9 正常模式下播放视频时,它会显示这样的错误消息;

加载媒体时出错:无法播放文件

但它在 IE9 兼容模式和其他浏览器中完美运行。

我的脚本是这样的;

<div id="myElement">Loading the player...</div>
<script src="/jwplayer/jwplayer.js"></script>
<script>jwplayer.key="key="</script>
<script type="text/javascript">
    jwplayer("myElement").setup({
      width: '520',
      height: '293',
      playlist: [{
        image: "/video/image.png",
        sources: [{
          file: "/video/video-640x360.m4v",
          label: "360p",
          width: '640',
          height: '360'
        },{
          file: "/video/video-1280x720.m4v",
          label: "720p",
          width: '1280',
          height: '720'
        }]
      }],
      modes: [
            {type: 'flash'},
            {type: 'html5'},
            {type: 'download'}
        ]
    });
</script>

这是flash播放器的问题吗?有什么建议么 ?

请帮助我,谢谢和问候,

阿伦

4

0 回答 0