pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

HTML pastebin - collaborative debugging tool View Help


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

  1. //IFRAME
  2. <iframe name="player" src="player.html" frameborder="0" height="105" scrolling="no" width="160"></iframe>
  3.  
  4. //PLAYER - Salve em uma nova página como player.html
  5. <title>Player</title>
  6. <meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
  7. </head>
  8. <div align="center">
  9. <a target="player" href="player.html"><span style="font-family: Verdana; font-size: 11px;">Atualizar a Rádio</span></a><br><br>
  10. <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
  11.  name="Player"
  12.  standby="Aguarde enquanto a rádio é carregada..."
  13.  codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
  14.  height="45"
  15.  width="157">
  16. <param name="Player" id="Player" value="http://seu_site.com.br/player.html"> //SUBSTITUA PELA URL DO SEU PLAYER
  17. <param name="CONTROLS" value="Imagewindow">
  18. <param name="ShowStatusBar" value="false">
  19. <param name="src" value="mms://IP da rádio"> //SUBSTITUA PELO IP DA SUA RÁDIO
  20. <param name="url" value="mms://IP da rádio"> //SUBSTITUA PELO IP DA SUA RÁDIO
  21. <param name="autostart" value="true">
  22. <param name="autoplay" value="true">
  23. <param name="Controls" value="playbutton">
  24. <param name="uimode" value="mini">
  25. <embed src="listen.asx"
  26.  autostart="True"
  27.  controls="playbutton"
  28.  showstatusbar="false"
  29.  url="listen.asx"
  30.  autoplay="true"
  31.  uimode="mini"
  32.  height="45"
  33.  width="157">
  34. </object>
  35. </div>
  36. </body>
  37. </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.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post