ciao ragazzi, ne ho trovato un'altro che funziona
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="it">
<title>Home page</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<script>
musi="musica1.mid"
function mus1()
{
if (t.options.selectedIndex==0){
mus.innerHTML="<embed src="+musi+" loop=-1>"
}
if (t.options.selectedIndex==1){
mus.innerHTML=""
}
}
document.write("<span id='mus' style='position:absolute;top:-90000'><embed src="+musi+" width=0 height=0 loop=-1></span>")
</script>
<body>
<select name="t" onchange=mus1()>
<option>Enable background music
<option>Disable background music
</select>
</body>
</html>
-------------------------
però a me servirebbe di gestire la riproduzione o lo stop tramite link come tersto o immagini... io ci ho provato ma nn riesco ad atrribuire i comandi..
Dai per piacere datemi una manina.

Rispondi quotando