30/04/2009, 13:45
|
| | | Fecha de Ingreso: enero-2008
Mensajes: 54
Antigüedad: 17 años Puntos: 2 | |
[AYUDA] Problemas con frameset y música en php Bueno estoy utilizando el siguiente frameset:
<html>
<head>
<title>nombre del sitio</title>
</head>
<FRAMESET ROWS="0,*" frameborder="no" border="0" noresize="noresize">
<FRAME SRC="about:blank" NAME="hidden">
<FRAME SRC="/main/?" NAME="MainFrame">
</FRAMESET>
</html>
El tema es que quiero llamar a otra pagina, ejemplo:
<html>
<head>
<title>nombre del sitio</title>
</head>
<FRAMESET ROWS="0,*" frameborder="no" border="0" noresize="noresize">
<FRAME SRC="about:blank" NAME="hidden">
<FRAME SRC="/main/?" NAME="MainFrame"> <FRAME NAME="MusicFrame" src="/main/musica.php">
</FRAMESET>
</html>
Ahora al hacer eso no se reproduce la música del archivo musica.php (también probé con musica.htm y html):
<embed src="ht tp://localhost/main/media/music.swf" menu="false" quality="high" width="1" height="1" name="index" type="application/x-shockwave-flash" pluginspage="ht tp://w ww.macromedia.com/go/getflashplayer" flashvars="playList=ht tp://localhost/main/sound/music.xml&ShowEQ=1&initVol=100" wmode="transparent"></embed>
El tema es que si saco el frameset me funciona la música pero deja de mostrarme la pagina del directorio "main", ¿comprenden?.
Como puedo hacer para que me muestre la pagina y se escuche la música de fondo sin que se corte.
PD: los espacios entre los ht tp y w ww son por que sino no me deja postear, no es que ese sea el problema.
:) |