沐雨红尘
发表于 2020-6-10 11:48
可爱的男孩子
发表于 2020-6-10 12:14
自动播放视频是不行的
chrome的相关政策
https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
ab19950220
发表于 2020-6-10 12:41
最简单的方法 页面加载完毕之后调用一次 play()方法 就行了
我是一个外星人
发表于 2020-6-10 12:49
我小白。我测试楼主代码 可以自动播放,
战网无极限
发表于 2020-6-10 13:00
本帖最后由 战网无极限 于 2020-6-10 13:02 编辑
这样就可以实现自动播放
<video controls autoplay id="video" src="bg1.mp4" style="width:100%;height:100%;" controls autoplay muted>
</video>
被遗忘的路人
发表于 2020-6-10 13:02
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<video controls muted autoplay id="video" src="https://blz-videos.nosdn.127.net/1/OverWatch/AnimatedShots/Overwatch_AnimatedShot_Bastion_TheLastBastion.mp4" style="width:100%;height:100%;"></video>
</body>
</html>
这样试试不要JS看行不行
战网无极限
发表于 2020-6-10 13:03
属性能解决尽量不用js
沐雨红尘
发表于 2020-6-10 13:11
战网无极限
发表于 2020-6-10 13:24
沐雨红尘 发表于 2020-6-10 13:11
大佬,不妨指点一二
我在五楼发了解决办法的呀
沐雨红尘
发表于 2020-6-10 13:24