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 #93745 por thiago.allvess
thiago.allvess created the topic: radio on line no topo flutuante com player.swf
Ola, gostaria muito de aprender a colocar um player flutuante no meu site em joolma, sei que tem que ser em iframe, mas eu nao sei como fazer, "<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 />" isso é oque eu coloco em html em um modulo e funciona, so que quando muda a pagina ele para de tocar.... como faço??

Please Entrar ou Registrar to join the conversation.


Mais
12 anos 2 semanas atrás #93746 por Diego Lucca
Diego Lucca replied the topic: Re: radio on line no topo flutuante com player.swf
dá uma pesquisada no fórum, isso já foi abordado varias vezes por aqui

<!-- l --><a class="postlink-local" href=" www.joomlaclube.com.br/site/forum/viewto...php?f=10&t=13868 " onclick="window.open(this.href);return false;]viewtopic.php?f=10&t=13868[/url]<!-- l -->

<!-- l --><a class="postlink-local" href=" www.joomlaclube.com.br/site/forum/viewtopic.php?f=9&t=9599 " onclick="window.open(this.href);return false;]viewtopic.php?f=9&t=9599[/url]<!-- l -->

<!-- l --><a class="postlink-local" href=" www.joomlaclube.com.br/site/forum/viewtopic.php?f=14&t=4391 " onclick="window.open(this.href);return false;]viewtopic.php?f=14&t=4391[/url]<!-- l -->

<!-- l --><a class="postlink-local" href=" www.joomlaclube.com.br/site/forum/viewtopic.php?f=9&p=50878 " onclick="window.open(this.href);return false;]viewtopic.php?f=9&p=50878[/url]<!-- l -->

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 #93747 por thiago.allvess
thiago.allvess replied the topic: Re: radio on line no topo flutuante com player.swf
olhando esses topicos eu consegui colocar o player e funcionou mas eu nao gostaria de fazer um player com "pedidos" e nem para tocar no "windows media player" como esta no topico, mas gostaria de colocar um iframe com para abrir esse site http://flashplayer.estadovirtual.com.br ... player.swf no topo e depois vim o meu site.

Please Entrar ou Registrar to join the conversation.

Mais
12 anos 2 semanas atrás #93748 por Diego Lucca
Diego Lucca replied the topic: Re: radio on line no topo flutuante com player.swf
então é só criar o iframe, qual a dificuldade que esta tendo?

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 #93749 por thiago.allvess
thiago.allvess replied the topic: Re: radio on line no topo flutuante com player.swf
Eu nao sei criar o iframe...desculpe a minha dificuldade mas vou explicar como fiz aqui...

Criei uma pasta e coloquei o joolma dentro.
Na pasta raiz, que no meu caso to usando o wamp, fica em www, dentro dessa pasta criei um index.html

<html>
<head>
<title>:: TITULO DO SITE::</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="35,*" frameborder="NO" border="0" framespacing="0" 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>

ai na pasta "www" na raiz criei um dir.htm

<html>
<head>
<META HTTP-EQUIV="REFRESH" CONTENT="00; URL=localhost/joolma/index.php">
<title>:: TiTULO DO SIte::</title>
</head>
<body></body>
</html>

nao tenho certeza se a URL= esta correta

ainda dentro da pasta "www" criei player.htm

<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 />

o player nao apareceu, e não deu sinal nem que ele estava la, aparecendo tudo errado na pagina.
Alguma solução??

Please Entrar ou Registrar to join the conversation.