html 注册播放脚本 - inpage版本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 注册播放脚本 - inpage版本相关的知识,希望对你有一定的参考价值。

<script type="text/JavaScript">
    var myPlayer;
    /**
     * hides the overlay, unhides the controls, and plays the video
     * this function is called from the registration form in the iframe
     * and that is why it is defined in the global scope
     */
    playVideo = function () {
        // hide the overlay, reveal the controls, play
        myPlayer.addClass('hide-overlay');
        myPlayer.removeClass('hide-controls');
        myPlayer.play();
    }

    videojs('registerToPlay').ready(function(){
        myPlayer = this;
        // show the overlay, hide the controls
        myPlayer.removeClass('hide-overlay');
        myPlayer.addClass('hide-controls');
    });
</script>

以上是关于html 注册播放脚本 - inpage版本的主要内容,如果未能解决你的问题,请参考以下文章

html 注册以播放注册表单脚本

html 注册以播放插件版本的播放器代码

html 注册以播放内嵌版本的播放器代码

播放声音资源时蓝屏

MetaMask/metamask-inpage-provider

html 注册以播放注册表格HTML