“player.play ()” Ответ

JavaScript Play Audio

//play audio with from html audio element: 
document.getElementById('myAudioTagID').play();

//play audio with out html audio tag
var myAudio = new Audio('my_great_song.mp3');
myAudio.play();
Grepper

player.play ()

player.setHtmlOnPauseBlock({html: "<i>This video is paused</i>", width: 100, height: 50});
Impossible Impala

Смотреть популярные ответы по языку

Смотреть другие языки программирования