簡體   English   中英

jwPlayer無法在IE8中運行

[英]jwPlayer not working in IE8

出於某種原因,IE8沒有加載jwPlayer。 使用的jwPlayer版本是:6.7。 錯誤: 日志:找不到合適的玩家並啟用了后備

<script type="text/javascript" src="jwplayer/jwplayer.js"></script>
<div id="myElement" style="display:block;width:100%">Loading the player...</div>
<script type="text/javascript">
    jwplayer("myElement").setup({
        width: "640",
                height: "360",      
        file: "/jwplayer/test.mp4",
        image: "/jwplayer/test.jpg"
    });
</script>   

嘗試將此添加到setup方法:

type : 'mp4',

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM