PDA

View Full Version : Please Reply



Bomb-Head
28-12-2005, 04:51 PM
Hi, i am setting up my own radio station and i already have winamp and shout cast and the sever n al that, but how to i link it up to my site they way yous have how many listeners are listening and all that, thank you for reading this, and i hope ypu help.

Adzeh
29-12-2005, 12:47 AM
You mean the radio stats? They are a PHP script to download somewhere. Simply ask somebody in the website designing forum to give you a link.

Rockstar
21-07-2006, 12:10 PM
Use php for radio stats but if you just want a basic radio player use 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://SERVERHERE:PORTHERE" name="URLHERE"> <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 the server and ip tp your radio and ul to your site url

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