Recent Posts
ASM (NASM) | 7 sec ago
PHP | 10 sec ago
Java | 14 sec ago
None | 24 sec ago
None | 29 sec ago
C# | 33 sec ago
XML | 41 sec ago
None | 53 sec ago
None | 55 sec ago
MySQL | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Felipe - Comunidade HTML on the 7th of Nov 2007 12:50:15 AM
Download |
Raw |
Embed |
Report
//IFRAME
<iframe name="player" src="player.html" frameborder="0" height="105" scrolling="no" width="160"></iframe>
//PLAYER - Salve em uma nova página como player.html
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<a target="player" href="player.html"><span style="font-family: Verdana; font-size: 11px;">Atualizar a Rádio
</span></a><br><br>
<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
name="Player"
standby="Aguarde enquanto a rádio é carregada..."
codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
height="45"
width="157">
<param name="Player" id="Player" value="http://seu_site.com.br/player.html"> //SUBSTITUA PELA URL DO SEU PLAYER
<param name="CONTROLS" value="Imagewindow">
<param name="ShowStatusBar" value="false">
<param name="src" value="mms://IP da rádio"> //SUBSTITUA PELO IP DA SUA RÁDIO
<param name="url" value="mms://IP da rádio"> //SUBSTITUA PELO IP DA SUA RÁDIO
<param name="autostart" value="true">
<param name="autoplay" value="true">
<param name="Controls" value="playbutton">
<param name="uimode" value="mini">
<embed src="listen.asx"
autostart="True"
controls="playbutton"
showstatusbar="false"
url="listen.asx"
autoplay="true"
uimode="mini"
height="45"
width="157">
Submit a correction or amendment below.
Make A New Post