Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

elias.r

Rádio Online

Recommended Posts

Ae galera... Depois de conseguir finalmente fazer 1 sistema de fotos c a ajuda de vcs, proponho mais um desafio: Uma rádio online

Ela tá pronta já, quem quiser ver Clica Aki

 

Porem como vcs podem ver, ainda faltam aqueles detalhes violentos, tipo:

Musica Atual

Proxima Musica

 

Alguem quer me ajudar??

O codigo dela ae ae em baixo

 

PHP [/tr]

<HTML>

<script language=javascript>

<!--

navigator.plugins.refresh();

titulo="";

titulo_atual="";

numero=0;

 

 

 

function RegisterEventObservers()

{

var plugin = document.WMPlay;

document.appObs.setByProxyDSNewStreamObserver(plugin, true);

troca();

numero=numero-1;

}

 

function OnDSNewStreamEvt(oldstate, newstate)

{

setTimeout('troca();',1000);

}

 

function PlayClick ()

{

document.WMPlay.Play();

}

 

function StopClick ()

{

numero=1;

document.WMPlay.Stop();

if (navigator.appName.indexOf('Netscape') != -1)

document.WMPlay.SetCurrentPosition(0);

else

document.WMPlay.CurrentPosition = 0;

}

 

function PauseClick ()

{

 

if (navigator.appName.indexOf('Netscape') != -1)

estado=document.WMPlay.GetPlayState();

else

estado=document.WMPlay.PlayState;

 

if(estado==1)

document.WMPlay.Play();

else if (estado==2)

document.WMPlay.Pause();

 

}

 

function FowardClick()

{

document.WMPlay.Next();

}

 

function BackClick()

{

numero=numero-2;

document.WMPlay.Previous();

}

 

function UpVolumeClick()

{

if (document.WMPlay.Volume <= -300)

document.WMPlay.Volume = document.WMPlay.Volume + 300;

}

 

function DownVolumeClick()

{

if ( document.WMPlay.Volume >= -8000)

document.WMPlay.Volume = document.WMPlay.Volume - 300;

}

 

 

 

 

//-->

</SCRIPT>

 

 

 

 

 

 

 

<BODY leftmargin="5" topmargin="5" marginwidth="5" marginheight="5" text="#000000" link="#FFFFFF"

vlink="#FFFFFF" alink="#FFFFFF" bgcolor="#FFFFFF">

<div align="center">

<center>

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber2">

<tr>

<td width="100%">

<img border="0" src="http://www.aafdz.com/imagens/radio_topo.jpg" width="491" height="74"></td>

</tr>

<tr>

<td width="100%">

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber3">

<tr>

<td width="117"><font color="#FFFFFF">

<img border="0" src="http://www.aafdz.com/imagens/radio_meio1.jpg" width="117" height="105"></font></td>

<td width="374" background="http://www.aafdz.com/imagens/radio_meio2.jpg">

<iframe height="98" width="337" src="http://www.aafdz.com/radio/lista.htm" name="lista" scrolling="auto" frameborder="0" border="0"></iframe></td>

</tr>

</table>

</td>

</tr>

<tr>

<td width="100%">

<img border="0" src="http://www.aafdz.com/imagens/radio_meio3.jpg" width="491" height="6"></td>

</tr>

<tr>

<td width="491" height="53" background="http://www.aafdz.com/imagens/radio_baixo.jpg" valign="top"><table align = "center" width="330" border="0" cellspacing="0" cellpadding="0">

<tr>

<td width="2"> <!--ESPACO-->

<table border="0" cellpadding="0" cellspacing="0" width="2">

</table>

</td>

<td width="78"> <!--VOLUME-->

<table border="0" cellpadding="0" cellspacing="0" width="76">

<tr>

<td><a href="#">

<img src="http://www.aafdz.com/radio/imagens/volume_r1_c1.gif" width="15" height="19" border="0" alt="Diminuir Volume" onclick="DownVolumeClick()"></a></td>

<td><a href="#">

<img src="http://www.aafdz.com/radio/imagens/volume_r1_c2.gif" width="46" height="19" border="0"></td>

<td><a href="#">

<img src="http://www.aafdz.com/radio/imagens/volume_r1_c3.gif" width="15" height="19" border="0" alt="Aumentar Volume" onclick="UpVolumeClick()"></a></td>

</tr>

</table>

</td>

<td width="2"> <!--ESPACO-->

<table border="0" cellpadding="0" cellspacing="0" width="2">

</table>

</td>

<td width="166"> <!-- PLAYER -->

<table border="0" cellpadding="0" cellspacing="0" width="164">

<tr>

<td><a href="#">

<img src="http://www.aafdz.com/radio/imagens/player_r1_c1.gif" width="28" height="19" border="0" alt="Voltar" onclick="BackClick()"></a></td>

<td><a href="#">

<img src="http://www.aafdz.com/radio/imagens/player_r1_c2.gif" width="52" height="19" border="0" alt="Iniciar" onclick="PlayClick()"></a></td>

<td><a href="#">

<img src="http://www.aafdz.com/radio/imagens/player_r1_c3.gif" width="28" height="19" border="0" alt="Pausa" onclick="PauseClick()"></a></td>

<td><a href="#">

<img src="http://www.aafdz.com/radio/imagens/player_r1_c4.gif" width="28" height="19" border="0" alt="Parar" onclick="StopClick()"></a></td>

<td><a href="#">

<img src="http://www.aafdz.com/radio/imagens/player_r1_c5.gif" width=

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.