我使用此代码制作视频(例如横幅,因此没有控件)自动播放和永久循环.
<video id="video1" class="video-js vjs-default-skin" controls width="900" height="500" poster="myposter.jpg" data-setup='{ "controls": false,"loop": "true","autoplay": true,"preload": "true"}'> <source src="thisismyvideoyay.webm" type='video/webm' /> </video>
它在我的计算机上工作正常但在我的手机上(带有Chrome的Android OS 4.2.2)它不是自动播放或预加载而是在完成后不循环.
我在Video.js页面上看到了这个:
Auto: Start loading the video immediately (if the browser agrees). Some
mobile devices like iPhones and iPads will not preload the video in
order to protect their users’ bandwidth. This is why the value is
called ‘auto’ and not something more final like ‘true’.
我将preload设置为true但它仍然没有自动播放或循环.
这是我的浏览器的一个功能,我该如何避免?
我试过其他浏览器:
> UC浏览器似乎根本不支持HTML5?
> Stock浏览器显示一个小视频图标,但也不显示播放器
>↑与Maxthon相同↑