Código
function myFunction{document.getElementById("play").innerHTML = "<p>1</p><p>2</p><embed id=\"audioPlayer\" type=\"audio/x-wav\" src=\"http://www.arte.com/sound/sound.mp3\" autoplay=\"false\" height=\"110\" width=\"110\" > ";}
no me reproduce ningún sonido, he probado con esto
Código
myVar = setTimeout(function{document.getElementById("play").innerHTML = "<p>1</p><p>2</p><embed id=\"audioPlayer\" type=\"audio/x-wav\" src=\"http://www.arte.com/sound/sound.mp3\" autoplay=\"false\" height=\"110\" width=\"110\" > ";}, 3000);
Y tampoco.. ya no sé de que manera probarlo
Alguna posible alternativa?