Commit 121ee820 by libai

测试

parent 3ce02ae7
Showing with 4 additions and 5 deletions
......@@ -735,6 +735,9 @@ $(function(){
$(".loading-face").fadeIn(100)
clearInterval(loadT)
$(".video-box").hide()
var player = document.getElementById('myVideo');
player.pause()
flvPlayer.unload();
})
$("#myVideo").on("canplay",function(){
......@@ -742,11 +745,7 @@ $(function(){
setTimeout(function() {
clearInterval(loadT)
$(".room-content-loading").fadeOut(100)
$(".loading-face").fadeOut(100)
if(/iphone|ipad|ipod/.test(ua)){
}
$(".loading-face").fadeOut(100)
}, loadOutNum);
$(".sound-btn").unbind("click").on("click",function(){
......
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