video

Posted Mr.方

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了video相关的知识,希望对你有一定的参考价值。

静音

video.muted = true;

播放 暂停
if(video.paused){
    video.play()
}else{
video.pause()
}


微信
document.getElementById(‘video‘).addEventListener("x5videoexitfullscreen", function(){
    alert("exit fullscreen")
})

document.getElementById(‘video‘).addEventListener("x5videoenterfullscreen", function(){
alert("enter fullscreen")
})

以上是关于video的主要内容,如果未能解决你的问题,请参考以下文章

如何在片段中播放视频

如何在屏幕方向更改时附加片段?

html5 video 添加MP4文件损坏?

a-frame a-video 不工作黑白结果

如何获取 HTML5 视频中加载的当前片段百分比?

在JW播放器中播放Google Drive Video并获取Google Drive Video的直接链接