How do you mute an embedded Youtube player?

后端 未结 4 645
闹比i
闹比i 2020-11-28 12:13

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

function onPlayerReady() {
    player.playVideo();
    // Mute?!
    playe         


        
4条回答
  •  时光取名叫无心
    2020-11-28 12:46

    It's important to note that YouTube API mandates you run this within your markup directly within a

提交回复
热议问题