Uno meno ignorante di me, mi farebbe il favore di dirmi perchè
<HTML><HEAD>
<SCRIPT language=JavaScript>
function playsound(sound) {
document.embeds[sound].play();
}
function stopsound(sound) {
document.embeds[sound].stop();
}
</SCRIPT>
</HEAD>
<BODY>
<EMBED src="musica.mid" width="0" height="0" hidden="true" volume="100"
autostart="true" loop="true" mastersound></EMBED>
</BODY></HTML>
non funzia?
E' nel frame=0 di un frameset, e nell'altro ci sono i tasti. Ma l'errore è qui, visto che anche aprendo il frame superiore, regna il silenzio
Merci.