Commit c04de364 by libai

测试

parent e981c455
Showing with 7 additions and 4 deletions
......@@ -1468,16 +1468,19 @@ $(function () {
flvPlayer.attachMediaElement(videoElement);
flvPlayer.load(); //加载
$("body").on("click ",function(){
$("body").on("click",function(){
if(mutedOk==false)return;
mutedOk=false
$("#videoElement").prop('muted', false)
flvPlayer.play()
})
setTimeout(function(){
$("window").on("scroll",function(){
if(mutedOk==false)return;
mutedOk=false
$("#videoElement").prop('muted', false)
flvPlayer.play()
}, 1000);
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment