Ver Mensaje Individual
  #16 (permalink)  
Antiguo 10/06/2010, 11:21
diegoDS
 
Fecha de Ingreso: junio-2010
Mensajes: 6
Antigüedad: 13 años, 10 meses
Puntos: 0
Respuesta: Musica en dreamweaver

Perdon,,
el codigo q tengo (q es el q tu nos diste)es:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<title>titulo</title>
<link rel="stylesheet" href="estilomio.css" type="text/css" media="all">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
frame {
border: none;
margin: 0px;
padding: 0px;
}
</style>
</head>

<frameset rows="0,*" cols="*">
<frame src="objetos/cancion.mp3" name="sonido" scrolling="no" noresize="noresize" id="sonido" title="sonido" />
<frame src="principal.html" name="principal" id="principal" title="principal" />
<noframes>
<body>
<script>
musi="objetos/cancion.mp3"
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>
</noframes>
</frameset>
</html>