gggggggxin

根据需求,目前的视频需要默认静音

h5

//muted
<video id="video" class="videos" controls preload="auto"  autoplay="autoplay" muted src="hhhh.mp4" type="video/mp4"></video>

flowplayer

<a href="hhhh.mp4" id="player"></a>
//js
 flowplayer("player", "js/flowplayer/flowplayer-3.2.18.swf", {
            clip: {
                muted: true
            },
            plugins: {
                controls: {
                    mute: true, //静音按钮
                    tooltips: {mute: \'静音\',}
                }
            }
        });

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2021-09-05
  • 2022-02-16
  • 2022-12-23
猜你喜欢
  • 2021-07-20
  • 2021-05-27
  • 2021-12-15
  • 2021-04-22
  • 2022-02-06
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案