Con Este Codigo Puedes Poner un Reproductor De Radio en tu Web.
► Cambia en donde dice: IPDELARADIO Y EL PUERTO.
IPDELARADIO <--- Pone tu ip de la radio √
PUERTO <--- Pone tu port de la radio √
Si No Tenes Radio, Podes Conseguir Radios Online aqui:
http://todosprogramasafull.es.tl/Radio-Online.htm √
Este es el codigo para tu reproductor en tu web.
Código: <OBJECT ID="MediaPlayer1" width=240 height=50 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/
en/nsmp2inf.cab#Version=6,4,5,715"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM NAME="FileName" VALUE="http://ipdelaradio:puerto">
<PARAM NAME="ShowControls" VALUE="False">
<PARAM NAME="ShowStatusBar" VALUE="True">
<EMBED type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
SRC="http://IPDELARADIO:PUERTO"
name="MediaPlayer1"
width=240
height=50
autostart=1
showcontrols=1
statusbar=1> </EMBED> </OBJECT>