Jump to content

Como colocar Streaming de radio en mi web?


Recommended Posts

Hola gente, mi consulta es la siguiente...

 

Tengo una pagina web, creada en frontpeage, y quiero saber como insertarle Streaming para una radio.

¿De que forma lo integro?.

Tengo contratado un streaming desde hostedbox.com

 

Desde ya muchas gracias :)

Link to comment
Share on other sites

Con este código podrías hacerlo:

 

<object id=Player height=44 width=186
classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6>
<param name="URL" value="http://www.direcciondeturadio.com">
<param name="FileName" value="http://www.direcciondeturadio.com">
<param name="TransparentAtStart" value="-1">
<param name="AutoStart" value="true">
<param name="AnimationatStart" value="true">
<param name="ShowControls" value="true">
<param name="autoSize" value="true">
<param name="displaySize" value="0">
<embed width="186" height="44" type='Windows Media Audio/Video playlist'></div></embed></object>

 

Lo pones en alguna tabla para que se vea mas ordenada.

 

 

Saludos :krider:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...