我在我的网站上使用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日至2017年)。现在它不支持移动设备,我看到他们saying支持移动设备上的自动启动。我不确定最新版本是否有效。
我提取的测试代码(这个简单的代码本身不是在手机上自动启动,虽然相应的播放器已启用自动启动):
<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>
答案 0 :(得分:0)
不幸的是,在Android中正式禁用了自动播放,并且在IOS中已经禁用了很长时间。没有选项可以在任何主要移动设备中自动播放视频。 (当然是在网页上)