salve ho un audio in sottofondo con il tag embed.

codice:
<script type="text/javascript">
function soundbg(active){
	
if(active=="off") document.getElementById("bgsound").play();
		
	
if(active=="on") document.getElementById("bgsound").stop();
			
}
</script>
<head>
<embed id="bgsound" autostart="true" src="audio/soft1.wav" loop="true" hidden="true" />
<body>
...
[img]images/document/sound_on.png[/img]
non funge il perchè non capisco
Dovroàò usare per forza flash che odio????

P.S. Provato con 3 browser IE9, Firefox, Chrome