radio on line no topo flutuante com player.swf

  • thiago.allvess
  • Avatar de thiago.allvess Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
12 anos 2 semanas atrás #93750 por thiago.allvess
thiago.allvess replied the topic: Re: radio on line no topo flutuante com player.swf
mudei a url mesmo para /joolma.index.php e funcionou, mas esta muito grande em volta do player e nao esta centralizado como resolver isso???

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.

Mais
12 anos 2 semanas atrás #93751 por Diego Lucca
Diego Lucca replied the topic: Re: radio on line no topo flutuante com player.swf
tenta setar o tamanho do iframe com width="100%" e height="150px" por exemplo

Diego Lucca
DG Company - Companhia Digital
www.dgcompany.com.br

Please Entrar ou Registrar to join the conversation.

  • thiago.allvess
  • Avatar de thiago.allvess Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
12 anos 2 semanas atrás #93752 por thiago.allvess
thiago.allvess replied the topic: Re: radio on line no topo flutuante com player.swf
Tem como centralizar esse iframe??
<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.

Mais
12 anos 2 semanas atrás #93753 por Diego Lucca
Diego Lucca replied the topic: Re: radio on line no topo flutuante com player.swf
consegue colar o codigo das 3 paginas ai para facilitar
?

Diego Lucca
DG Company - Companhia Digital
www.dgcompany.com.br

Please Entrar ou Registrar to join the conversation.

  • thiago.allvess
  • Avatar de thiago.allvess Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
12 anos 2 semanas atrás #93754 por thiago.allvess
thiago.allvess replied the topic: Re: radio on line no topo flutuante com player.swf
A pagina index.html

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.