- Postagens: 9
- Obrigados Recebidos: 0
radio on line no topo flutuante com player.swf
- thiago.allvess
-
Autor do Tópico
- Offline
- JCB! Novato
-
e tem como colocar pra esse iframe apareçer ate certa altura quando eu estiver fechando a pagina?? quando chegar a 450 de largura ele sumir? quero fazer isso pq quando eu entro pelo smartphone o site fica como se fosse na versão para web.
Please Entrar ou Registrar to join the conversation.
- Diego Lucca
-
- Offline
- JCB! Hero
-
Diego Lucca
DG Company - Companhia Digital
www.dgcompany.com.br
Please Entrar ou Registrar to join the conversation.
- thiago.allvess
-
Autor do Tópico
- Offline
- JCB! Novato
-
- Postagens: 9
- Obrigados Recebidos: 0
<embed height="17" width="200" flashvars="file=http://174.37.65.220:8040/;type=mp3&volume=100&bufferlength=10&autostart=true" allowscriptaccess="always" quality="high" src=" www.xatdagalera.com/radio/player.swf" ; type="application/x-shockwave-flash"></embed><br /> <br />
coloquei <div align="center"><iframe src="meu_arquivo.html" align="middle"></div> em primeiro e centralizou mas nao funcionou...
Please Entrar ou Registrar to join the conversation.
- Diego Lucca
-
- Offline
- JCB! Hero
-
?
Diego Lucca
DG Company - Companhia Digital
www.dgcompany.com.br
Please Entrar ou Registrar to join the conversation.
- thiago.allvess
-
Autor do Tópico
- Offline
- JCB! Novato
-
- Postagens: 9
- Obrigados Recebidos: 0
html>
<head>
<title>RadioWeb</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="22,*" frameborder="NO" border="0" framespacing="30" cols="*">
<frame src="player.htm" name="topFrame" scrolling="NO" noresize >
<frame src="dir.htm" name="mainFrame">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>
A pagina dir.html
<html>
<head>
<META HTTP-EQUIV="REFRESH" CONTENT="00; URL=/joolma/index.php">
<title>:: TiTULO DO SIte::</title>
</head>
<body></body>
</html>
e a pagina player.html
<embed height="17" width="1200" flashvars="file=http://173.224.124.211:8300/;type=mp3&volume=100&bufferlength=10&autostart=true" allowscriptaccess="always" quality="high" src=" www.xatdagalera.com/radio/player.swf " type="application/x-shockwave-flash"></embed><br /> <br />
Quero centralizar e deixar ele responsive, sera que tem como ou ai vou ter q usar css?
Please Entrar ou Registrar to join the conversation.