Posted by Felipe - Comunidade HTML on Wed 7 Nov 00:50
report abuse | View followups from Renan, Anonymous, Anonymous, Anonymous, DIOGO DJ, Anonymous, cadastro, Anonymous, Radio Moral Mix, Bruno, wesley, felipe, luan, nojaba, Speedy Radio, Anonymous, Lucas and michelk | download | new post
- //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
- <title>Player</title>
- <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
- </head>
- <div align="center">
- <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">
- </object>
- </div>
- </body>
- </html>
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.