JW播放器自动启动在移动设备上不起作用



我在我的网站中使用jwplayer,我已经使用iframe包含了播放器。我已经包含了播放器js脚本。

<script src="//content.jwplatform.com/libraries/playerid.js"></script>

然后是带有源的 iframe。

<div style="position:relative; padding-bottom:56.25%; overflow:hidden;">
    <iframe src="//content.jwplatform.com/players/MEDIAID-PLAYERID.html" width="100%" height="100%" frameborder="0" scrolling="auto" allowfullscreen style="position:absolute;"></iframe>
</div>

当用户点击封面图片时,我将重新加载 iframe 的源代码

video_block.attr("src", src);

直到上周,它一直在我的手机上工作。(2017 年 3 月 15 日(。现在它无法在移动设备上运行,我看到他们说支持在移动设备上自动启动。我不确定最新版本是否有影响。

我提取的测试代码(这个简单的代码本身不会在手机上自动启动,尽管相应的播放器已启用自动启动(:

<html>
<head>
    <title>
        IFRAME SAMPLE
    </title>
</head>
<body>
<div style="position:relative; padding-bottom:56.25%; overflow:hidden;"><iframe src="//content.jwplatform.com/players/mediaid-playerid.html" width="100%" height="100%" frameborder="0" scrolling="auto" allowfullscreen style="position:absolute;"></iframe></div>
<script src="https://content.jwplatform.com/libraries/playerid.js"></script><!-- Featured Video Card Player -->
</body>

不幸的是,

自动播放在安卓中被正式禁用,并且在IOS中已经禁用了很长时间。不再有任何主要移动设备自动播放视频的选项。(当然在网页上(

相关内容

  • 没有找到相关文章