PDA

View Full Version : Radio Help



Jankauskas
05-02-2006, 04:15 PM
Can some one help me.. I need to allow users to listen to my radio through Windows Media Player as they dont want to download winamp, can anyone help?

Php
05-02-2006, 06:38 PM
You need Some Sort Of Streaming Software, im not sure what it is called thought, google it

ADAM:
05-02-2006, 07:18 PM
If you have a website theres this code




<object id="MediaPlayer" type="application/x-oleobject" height="40" standby="Please wait while we start the radio!" width="180" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6">
<param value="http://IP ADDRESS:PORT" name="URL">
<param value="1" name="rate">
<param value="0" name="balance">
<param value="0" name="currentPosition">
<param value="" name="defaultFrame">
<param value="1" name="playCount">
<param value="-1" name="autoStart">
<param value="0" name="currentMarker">
<param value="-1" name="invokeURLs">
<param value="" name="baseURL">
<param value="50" name="volume">
<param value="0" name="mute">
<param value="mini" name="uiMode">
<param value="0" name="stretchToFit">
<param value="0" name="windowlessVideo">
<param value="-1" name="enabled">
<param value="-1" name="enableContextMenu">
<param value="0" name="fullScreen">
<param value="" name="SAMIStyle">
<param value="" name="SAMILang">
<param value="" name="SAMIFilename">
<param value="" name="captioningID">
<param value="0" name="enableErrorDialogs">
<param value="4763" name="_cx">
<param value="1058" name="_cy"></object></p>


Just change Ip address and post to you own,
Or if you want them to listen via windows media, go on wmp
and click "open url" and then put your radio ip and port in

- Adam

Want to hide these adverts? Register an account for free!