common.js 338 B

123456789101112131415161718
  1. /**
  2. *直播间js
  3. *编码utf8
  4. */
  5. var myVideo=document.getElementById("video1");
  6. var Ctrfn={
  7. play:function(objbtn){
  8. var myVideo=document.getElementById("videoHLS_html5_api");
  9. objbtn.parent().hide();
  10. $(".jw-preview").hide();
  11. //$(".down-bottom").hide();
  12. myVideo.play();
  13. }
  14. }