Ver Mensaje Individual
  #9 (permalink)  
Antiguo 17/12/2011, 13:15
webankenovi
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Musica en página web

me dijiste que no lo entiendes como hacerlo con iframes verdad??

<embed src="/balladopt3.mp3" hidden="true" autostart="true" loop="2"></embed>
<html>
<head>
<title>IFrames</title>
</head>
<body>
<iframe src="http://www.tuweb.ccom" name="tuweb"
width="100%" height="100%" scrolling="auto" frameborder="0" transparency>
<p>Texto alternativo para navegadores que no aceptan iframes.</p>
</iframe>
</body>
</html>