<html>
<head>
<title>Autoplay.</title>
</head>
<body>
<audio autoplay id="audioPlayer">
<source src="extensions/test.ogg" type="audio/ogg" />
</audio>
</body>
</html>
<html>
<head>
<title>Autoplay.</title>
</head>
<body>
<audio autoplay id="audioPlayer">
<source src="extensions/test.ogg" type="audio/ogg" />
</audio>
</body>
</html>