io ho usato un'altro metodo:
PRIMA FASE
<INIZIO CODICE DA COPIARE NEL CORPO DELLA PAGINA>
( tra i tag <body> e <br /><div style="z-index:3" class="smallfont" align="center">SEO by <a rel="nofollow" href="http://www.crawlability.com/vbseo/">vBSEO</a> 3.0.0 RC3</div></body> )
// Subito dopo l'apertura del tag <body> //
<script language="javascript">
<!--
n = (document.layers) ? 1:0
ie = (document.all) ? 1:0
function play_sound() {
if (n) document.thesound.play(false)
if (ie) {
document.thesound.stop()
document.thesound.play()
}
}
function stop_sound() {
document.thesound.stop()
}
//-->
</script>
SECONDA FASE
< INIZIO CODICE DA COPIARE NEL CORPO DELLA PAGINA>
( tra i tag <body> e <br /><div style="z-index:3" class="smallfont" align="center">SEO by <a rel="nofollow" href="http://www.crawlability.com/vbseo/">vBSEO</a> 3.0.0 RC3</div></body> )
// Nel punto in cui vuoi che appaiano i pulsanti //
<p align="center">
<a HREF="javascript:play_sound>ON</a>
<a HREF="javascript:document.thesound.stop>OFF</a>
<!--QUI SOTTO PUOI CAMBIARE IL NOME DEL FILE MIDI-->
<embed SRC="NOMECANZONE.mid" HIDDEN="TRUE" AUTOSTART="false"
MASTERSOUND NAME="thesound" width="128" height="128">
</p>
Editato da Claudioweb per permettere la corretta lettura del codice