简体   繁体   English

没有自动播放属性的 HTML5 视频自动播放

[英]HTML5 video autoplaying without autoplay attribute

I have an embedded HTML5 video that is autoplaying on iOs6.0.1 in mobile Safari without the autoplay attribute being present.我有一个嵌入式 HTML5 视频,它在移动 Safari 中的 iOs6.0.1 上自动播放,但没有自动播放属性。 Any ideas on what is going on or how to stop the autoplaying?关于发生了什么或如何停止自动播放的任何想法?

<video width="640" height="480" controls="controls" preload="metadata">
  <source src="movie.mp4" type="video/mp4">
  <source src="movie.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>

Thanks!谢谢!

尝试添加此代码: autoplay="false"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM