Commit fdaba4c6 by libai

测试

parent 33c43f88
Showing with 5 additions and 1 deletions
......@@ -755,7 +755,11 @@ $(function(){
$(".video-box").hide()
var player = document.getElementById('myVideo');
player.pause()
flvPlayer.unload();
try{
flvPlayer.unload();
}
catch (e) {
}
return;
}
$("#myVideo").on("pause",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