752784-1.html (200B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 function boom() 6 { 7 document.getElementById("a").mozCaptureStream(); 8 } 9 </script> 10 </head> 11 12 <body onload="boom();"> 13 <audio id="a" src="sound.ogg"> 14 </body> 15 </html>