Yo hace podo discutí de algo similar:
http://www.forosdelweb.com/showthrea...hreadid=131303
Este código va en IExplorer y en Netscape, en Opera no funciona el botón de parar...
Código PHP:
<html>
<head>
<title>Prueba de sonido</title>
</head>
<body>
<div id="fantasma"><embed src=exorcista.mid autostart=true hidden=true></div>
<script language="javascript">
function enciende(){
document.getElementById("fantasma").innerHTML = "<embed src=exorcista.mid autostart=true hidden=true>"
}
function apaga(){
document.getElementById("fantasma").innerHTML = "<embed src=exorcista.mid autostart=false hidden=true>"
}
</script>
<input type=button value="Encender" onClick="enciende()"><br><br>
<input type=button value="Apagar" onClick="apaga()">
</body>
</html>
Si en vez de botones quieres imágenes, en las imágenes sólo has de poner el
onclick="..."
Pues ojalá te sirva...
Salu2