Results 1 to 3 of 3

Thread: i need...

  1. #1
    Join Date
    Nov 2009
    Posts
    2
    Tokens
    0

    Default i need...

    Im looking for someone to help me make a fansite with a radio, i know how to make the fansite but the radio i don't know. so if anybody could that would be great

  2. #2
    Join Date
    Jan 2008
    Location
    Wales
    Posts
    3,594
    Tokens
    1,387
    Habbo
    Skizzling

    Latest Awards:

    Default

    Buy a shoutcast then put the following code where you want to put the radio:

    HTML Code:
    <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player"  width="145" height="40" standby="Loading" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715">
      <param name=" id="player="player"" url="http://www.yoursite.com" value="true" />
      <param name="CONTROLS" value="Imagewindow" />
      <param name="ShowStatusBar" value="false" />
    
      <param name="src" value="http://IP:PORT/" />
    
      <param name="url" value="http://IP:PORT/" />
    
      <param name="autostart" value="true" />
      <param name="autoplay" value="true" />
      <param name="Controls" value="playbutton" />
      <param name="Volume" value="50">
    
      <param name="uimode" value="mini" />
    
      <embed src="http://yoursite.com/player.asx" width="145" height="40" autostart="True" controls="playbutton" showstatusbar="false" url="http://yoursite.com/player.asx" autoplay="true" uimode="mini"> </embed></object>
    Change the parts in bold.

    Change player.asx to the path to your asx player and IP = IP of your shoutcast. PORT = Port of your shoutcast.

    Good luck.

  3. #3
    Join Date
    Jan 2010
    Location
    Chicago
    Posts
    383
    Tokens
    0
    Habbo
    .:truthstar

    Latest Awards:

    Default Re:fansite

    i would help aslong as you can do layouts and code them onto the site

Posting Permissions

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