JW播放器不能在IE10,9或更早版本上播放

时间:2014-11-05 23:43:06

标签: internet-explorer jwplayer

http://revenue.mt.gov/home/property/reappraisal.aspx#horizontalTab2 - 这将带你到页面,检查元素 - 源在页面上,但我将在下面包含JW播放器片段。

我正在尝试做的不适用于IE,但在我尝试的其他所有浏览器上都能正常工作。我必须让它在旧的IE9上工作,因为我们公司仍在使用IE10,9等。我正在使用旧版本的基础框架,你可以看到我尝试回到主要的第一个视频:html5它实际上显示在IE中,但如果你点击暂停按钮它将刷新页面。我连续几天都在研究这个问题。

请帮忙!

<div class="row" style="width: 1100px;">
<div class="four columns medium">
<div id="myElement">Loading the player...</div>

<h3>Roadshow Part 01</h3>
<script type="text/javascript">
jwplayer("myElement").setup({
playlist: [{
    image: "http://revenue.mt.gov/Portals/9/Images/video-stills/Roadshow-01-still.jpg",
    sources: [{file: "rtmp://broadcast.mt.gov/revenue/mp4:Roadshow-Part-01.mp4"},
    {file: "http://broadcast.mt.gov:8080/revenue/streams/_definst_/Roadshow-Part-01.mp4"},
    {file: "http://broadcast.mt.gov:8080/revenue/streams/_definst_/Roadshow-Part-01.webm"}]
}],
width: "100%",
aspectratio: "16:9",
primary: "html5",

});



</script><noscript>
<object data="player.swf" height="240" type="application/x-shockwave-flash" width="360"><!--    Firefox uses the data attribute above, IE/Safari uses the param below --><param name="movie" value="player.swf" /><param name="flashvars" value="streamer=rtmp://broadcast.mt.gov/revenue/mp4:Roadshow-Part-02.mp4type=rtmp&amp;image=http://revenue.mt.gov/Portals/9/Images/video-stills/Roadshow-01-still.jpg" /></object>
</noscript></div>

<div class="four columns medium">
<div class="flex-video" id="myElement2">Loading the player...</div>

<h3>Roadshow Part 02</h3>
<script type="text/javascript">
jwplayer("myElement2").setup({
playlist: [{
    image: "http://revenue.mt.gov/Portals/9/Images/video-stills/Roadshow-02-still.jpg",
  sources: [{file: "rtmp://broadcast.mt.gov/revenue/mp4:Roadshow-Part-02.mp4"},
    {file: "http://broadcast.mt.gov:8080/revenue/streams/_definst_/Roadshow-Part-02.mp4"}]
}],
                                primary: "flash",
                                width: 360,
height: 240
});


</script><noscript>
<object width="360" height="240" type="application/x-shockwave-flash" data="player.swf">
    <!-- Firefox uses the data attribute above, IE/Safari uses the param below -->
    <param name="movie" value="player.swf" />
    <param name="flashvars" value="logo=mtgov.png&streamer=rtmp://broadcast.mt.gov/gov&file=mp4:MathSciencePSA.mp4&type=rtmp&image=http://broadcast.mt.gov/client/mathscipsa.jpg&plugins=captions-2&captions.back=true&captions.file=/client/demo-subtitles.srt" />
</object>
<p>If you disable Javascript you MUST have the Flash Player. Get it here etc.</p>
</noscript></div>

<div class="four columns medium">
<div class="flex-video" id="myElement3">Loading the player...</div>

<h3>Roadshow Part 03</h3>
<script type="text/javascript">
jwplayer("myElement3").setup({
playlist: [{
    image: "http://revenue.mt.gov/Portals/9/Images/video-stills/Roadshow-03-still.jpg",
  sources: [{file: "rtmp://broadcast.mt.gov/revenue/mp4:Roadshow-Part-03.mp4"},
    {file: "http://broadcast.mt.gov:8080/revenue/streams/_definst_/Roadshow-Part-03.mp4"}]
}],
                                primary: "flash",
width: 360,
height: 240

});


</script><noscript>
<object width="360" height="240" type="application/x-shockwave-flash" data="player.swf">
    <!-- Firefox uses the data attribute above, IE/Safari uses the param below -->
    <param name="movie" value="player.swf" />
    <param name="flashvars" value="logo=mtgov.png&streamer=rtmp://broadcast.mt.gov/gov&file=mp4:MathSciencePSA.mp4&type=rtmp&image=http://broadcast.mt.gov/client/mathscipsa.jpg&plugins=captions-2&captions.back=true&captions.file=/client/demo-subtitles.srt" />
</object>
<p>If you disable Javascript you MUST have the Flash Player. Get it here etc.</p>

   

0 个答案:

没有答案
相关问题