“Player.lay ()” Código de respuesta

Javascript reproducir 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.lay ()

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

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código