• <i id='l2RgB'><tr id='l2RgB'><dt id='l2RgB'><q id='l2RgB'><span id='l2RgB'><b id='l2RgB'><form id='l2RgB'><ins id='l2RgB'></ins><ul id='l2RgB'></ul><sub id='l2RgB'></sub></form><legend id='l2RgB'></legend><bdo id='l2RgB'><pre id='l2RgB'><center id='l2RgB'></center></pre></bdo></b><th id='l2RgB'></th></span></q></dt></tr></i><div id='l2RgB'><tfoot id='l2RgB'></tfoot><dl id='l2RgB'><fieldset id='l2RgB'></fieldset></dl></div>

  • <tfoot id='l2RgB'></tfoot>

      <small id='l2RgB'></small><noframes id='l2RgB'>

        <legend id='l2RgB'><style id='l2RgB'><dir id='l2RgB'><q id='l2RgB'></q></dir></style></legend>
          <bdo id='l2RgB'></bdo><ul id='l2RgB'></ul>
      1. 如何使嵌入式 Youtube 播放器静音?

        时间:2023-09-08

          1. <i id='RdTzP'><tr id='RdTzP'><dt id='RdTzP'><q id='RdTzP'><span id='RdTzP'><b id='RdTzP'><form id='RdTzP'><ins id='RdTzP'></ins><ul id='RdTzP'></ul><sub id='RdTzP'></sub></form><legend id='RdTzP'></legend><bdo id='RdTzP'><pre id='RdTzP'><center id='RdTzP'></center></pre></bdo></b><th id='RdTzP'></th></span></q></dt></tr></i><div id='RdTzP'><tfoot id='RdTzP'></tfoot><dl id='RdTzP'><fieldset id='RdTzP'></fieldset></dl></div>
            • <tfoot id='RdTzP'></tfoot>
                <bdo id='RdTzP'></bdo><ul id='RdTzP'></ul>

                <small id='RdTzP'></small><noframes id='RdTzP'>

                  <legend id='RdTzP'><style id='RdTzP'><dir id='RdTzP'><q id='RdTzP'></q></dir></style></legend>
                    <tbody id='RdTzP'></tbody>
                1. 本文介绍了如何使嵌入式 Youtube 播放器静音?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试使用 Youtube 播放器,但我无法让它默认静音.

                  I'm experimenting with the Youtube player but I can't get it to mute by default.

                  function onPlayerReady() {
                      player.playVideo();
                      // Mute?!
                      player.mute();
                      player.setVolume(0);
                  }
                  

                  如何从一开始就静音?

                  小提琴

                  更新:

                  JavaScript Player API 已弃用.
                  请改用 iframe 嵌入.

                  推荐答案

                  结果 player.mute() 工作正常.它只需要参数enablejsapi=1.小提琴中的初始测试不起作用,因为播放器启动有错误.以下工作.

                  Turns out player.mute() works fine. It only needed the parameter enablejsapi=1. Initial test in the fiddle didn't work because the player initiation had an error. The following works.

                  HTML:

                  <iframe id="ytplayer" type="text/html" src="https://www.youtube-nocookie.com/embed/zJ7hUvU-d2Q?rel=0&enablejsapi=1&autoplay=1&controls=0&showinfo=0&loop=1&iv_load_policy=3" frameborder="0" allowfullscreen></iframe>
                  

                  JS:

                  var player;
                  
                  function onYouTubeIframeAPIReady() {
                      player = new YT.Player('ytplayer', {
                          events: {
                              'onReady': onPlayerReady
                          }
                      });
                  }
                  
                  function onPlayerReady(event) {
                      player.mute();
                      player.playVideo();
                  }
                  

                  小提琴

                  感谢 Gagandeep Singh 和 Anton King 指向 enablejsapi=1

                  这篇关于如何使嵌入式 Youtube 播放器静音?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何使用 YouTube API 获取视频观看次数? 下一篇:如何从必须在目标页面范围内运行的代码中调用 Greasemonkey 的 GM_ 函数?

                  相关文章

                  • <bdo id='pOYto'></bdo><ul id='pOYto'></ul>
                2. <i id='pOYto'><tr id='pOYto'><dt id='pOYto'><q id='pOYto'><span id='pOYto'><b id='pOYto'><form id='pOYto'><ins id='pOYto'></ins><ul id='pOYto'></ul><sub id='pOYto'></sub></form><legend id='pOYto'></legend><bdo id='pOYto'><pre id='pOYto'><center id='pOYto'></center></pre></bdo></b><th id='pOYto'></th></span></q></dt></tr></i><div id='pOYto'><tfoot id='pOYto'></tfoot><dl id='pOYto'><fieldset id='pOYto'></fieldset></dl></div>
                3. <small id='pOYto'></small><noframes id='pOYto'>

                    1. <legend id='pOYto'><style id='pOYto'><dir id='pOYto'><q id='pOYto'></q></dir></style></legend>

                      <tfoot id='pOYto'></tfoot>