Results 1 to 3 of 3

Thread: Please Reply

  1. #1
    Join Date
    Dec 2005
    Posts
    1,733
    Tokens
    201
    Habbo
    Bomb-Head

    Latest Awards:

    Default Please Reply

    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.

  2. #2
    Join Date
    Jul 2004
    Location
    The blue, green marble
    Posts
    5,768
    Tokens
    5,388

    Latest Awards:

    Default

    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.
    Resigned from Habbox.

    Quote Originally Posted by Misawa
    I found the first ever anti-Adzeh website: www.dictionary.com

  3. #3
    Join Date
    Apr 2006
    Posts
    1,463
    Tokens
    0

    Latest Awards:

    Default

    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://SERVERHEREORTHERE" 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •