【问题标题】:JWplayer not loading in ie 10JWplayer 未加载 ie 10
【发布时间】:2013-05-05 11:30:25
【问题描述】:

我正在努力在 ie 10 中运行 JWplayer。它在其他浏览器(firefox 和 chrome)中运行良好。

在ie中出现以下错误:Error loading player: No playable sources found

以下是代码:

<script type="text/javascript">
                            jwplayer("sample_1").setup({
                                flashplayer: ajax_url + 'jwplayer/jwplayer.flash.swf',
                                file : ajax_url + "uploads/sample.flv",
                                image : "uploads/small.jpg",
                                width : 'auto',
                                height: 'auto'

                            });
</script>

【问题讨论】:

    标签: javascript jquery html flash


    【解决方案1】:

    您的视频文件具有这种 MIME TYPE - application/octet-stream

    应该是-video/mp4

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-06-22
      • 2013-10-04
      • 2018-10-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多