0
我想用HTML5 <video>
標籤播放視頻,但它不能在iPad/iPhone上使用autoplay
。HTML5視頻標籤不適用於iPad?
<video class="newvideo" autoplay loop preload >
<source src="video/snow.mp4" type="video/mp4">
<source src="video/snow.ogg" type="video/ogg">
<source src="video/snow.webm" type="video/ogg">
Your browser does not support the video tag.
</video>
嗨感謝您的回覆Webruster。我想要的是,它應該在加載(自動播放)上播放,而不是單擊控件。 – user3687550 2014-11-04 13:47:27