Ver Mensaje Individual
  #8 (permalink)  
Antiguo 19/09/2008, 08:43
moon82
 
Fecha de Ingreso: diciembre-2007
Mensajes: 30
Antigüedad: 16 años, 3 meses
Puntos: 0
Respuesta: Encender y apagar musica

hola caricatos:

estoy usando ie 6, si que tengo activado el javascript. Te adjunto el código que he puesto:
<body class="desplaza">
<embed id="musica" src="005MuClasica.mp3" loop="true" hidden="true" autostart="true"></div>
<script language="javascript">
function on(){
document.getElementById("musica").innerHtml = "<embed src=005MuClasica.mp3 loop=true hidden=true autostart=true>"
}
function off(){
document.getElementById("musica").innerHtml = "<embed src=005MuClasica.mp3 loop=true hidden=true autostart=false>"
}
</script>
<table width="450" align="center" bgcolor="#f7b73c" border="0" cellspacing="0">
<tr>
<td colspan="7" align="center">
<br><img src="img/coda.gif" width="751" height="96">
</td>
</tr>
<tr>
<td colspan="7"></td>
</tr>
<tr>
<td><center>
<a href="inicio.htm" target="iframe"><img src="botones/inicio.gif" width="97" height="20" border="0"></a>
</center></td>
<td><center>
<a href="cia.htm" target="iframe"><img src="botones/cia.gif" width="97" height="20" border="0"></a>
</center></td>
<td><center>
<a href="repertorio.htm" target="iframe"><img src="botones/repertorio.gif" width="97" height="20" border="0"></a>
</center></td>
<td><center>
<a href="giras.htm" target="iframe"><img src="botones/giras.gif" width="97" height="20" border="0"></a>
</center></td>
<td><center>
<a href="ubicacion.htm" target="iframe"><img src="botones/ubica.gif" width="97" height="20" border="0"></a>
</center></td>
<td><center>
<a href="galeria.htm" target="iframe"><img src="botones/galeria.gif" width="97" height="20" border="0"></a>
</center></td>
<td><center>
<a href="contactar.htm" target="iframe"><img src="botones/contactar.gif" width="97" height="20" border="0"></a>
</center></td>
</tr>
<tr>
<td colspan="7">
<table width="100%" border="0" align="center">
<tr>
<td colspan="3">
<input type="image" src="img/altavozon.gif" title="on" onClick="on()">
<input type="image" src="img/altavozoff.gif" title="off" onClick="off()">
</td>
</tr>
<tr>
<td width="3%">&nbsp;</td>
<td><p><iframe frameborder="0" src="inicio.htm" name="iframe" id="iframe" width="100%" height="385" scrolling="auto" align="top"></iframe></p></td>
<td width="3%">&nbsp;</td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
</embed>
</body>


espero que me puedas ayudar.

Gracias por las molestias que te estas tomando