| | |
| | | |
| | | |
| | | <script> |
| | | var $close = document.getElementById('close'); |
| | | window.onkeydown = function () { |
| | | h5lc.fullscreen = false |
| | | }; |
| | | |
| | | var $jessibucaContainer = document.getElementById('jessibucaContainer'); |
| | | |
| | | let livepler =new Livepler({ |
| | | elem:"jessibucaContainer", |
| | | ffurl:"../js/jessibuca/ff.js", |
| | | }) |
| | | }); |
| | | //播放 |
| | | //livepler.playVideo() |
| | | window.onload=function() { |
| | | livepler.playVideo(); |
| | | } |
| | | //TODO:livepler.playVideo(); |
| | | }; |
| | | //关闭 |
| | | $close.addEventListener('click', function () { |
| | | if (!isPlaying) { |
| | | return; |
| | | } |
| | | isPlaying = false; |
| | | //livepler.closeVideo() |
| | | //TODO:livepler.closeVideo() |
| | | $jessibucaContainer.style.display = 'none'; |
| | | }, false); |
| | | |