Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje22-07-2010, 14:10 (UTC)    
Título del mensaje: Ayuda a poner mi radio en mi web

Tengo mi radio que es esta !! http://podercumbiero.listen2myradio.com
Pero estoy creando una pagina web !!!! y quiero poner mi radio en la pagina que estoy creando !!
Alguien me puede ayudar !?

PD: La radio no es mia osea me conecto me registro con el usuario y hago mi radio !!
Mensaje22-07-2010, 20:34 (UTC)    
Título del mensaje:

Tienes que sacar el html de tu radio y ponerla en el controlde paginas en la pagina que desees haciendo clik en fuente html y pegas el code y listo
Mensaje29-07-2010, 09:48 (UTC)    
Título del mensaje:

Mensaje29-07-2010, 19:38 (UTC)    
Título del mensaje:

Pone este codigo en algun sitio en donde se almacene tu Radio de Listen 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 √


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>
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group