欢迎光临散文网 会员登陆 & 注册

自动播放

2023-02-13 12:57 作者:鲲鹏元帅  | 我要投稿

HTML5

setInterval(function () { document.getElementsByTagName('video')[0].play(); }, 1000)

document.querySelector('video').play();//播放 document.querySelector('video').pause();//暂停 document.querySelector('video').playbackRate = 3.0//倍速

Flash

if (!-[1,] && !window.XMLHttpRequest || navigator.userAgent.indexOf("MSIE 8.0") > 0) { document.onfocusout = function () { return true; } } else { window.onblur = function () { return true; } }

自动播放的评论 (共 条)

分享到微博请遵守国家法律