Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Jun 2007
    Location
    Kent
    Posts
    4,101
    Tokens
    981

    Latest Awards:

    Default Radio Code Info [+Rep]

    K can someone get the code, and add this info at where it should be put.

    IP - sc.paintballfm.com
    Port - 8012

    If it includes Password, put it in bold so i can put it in

    +Rep for person who does it.

  2. #2
    Join Date
    Apr 2005
    Posts
    4,614
    Tokens
    90

    Latest Awards:

    Default

    HTML Code:
    <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player"  width="175" height="45" 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://sc.paintballfm.com:8012" value="true" />
      <param name="CONTROLS" value="Imagewindow" />
      <param name="ShowStatusBar" value="false" />
      <param name="src" value="http://sc.paintballfm.com:8012" />
      <param name="url" value="http://sc.paintballfm.com:8012" />
      <param name="autostart" value="true" />
      <param name="autoplay" value="true" />
      <param name="Controls" value="playbutton" />
      <param name="uimode" value="mini" />
      <embed src="http://sc.paintballfm.com:8012" width="199" height="45" autostart="True" controls="playbutton" showstatusbar="false" url="http://sc.paintballfm.com:8012" autoplay="true" uimode="mini"> </embed></object>

  3. #3
    Join Date
    Jun 2007
    Location
    Kent
    Posts
    4,101
    Tokens
    981

    Latest Awards:

    Default

    Erm +Rep.

    Another problem, how do i get the radio up when i click on download the plugin in FF

  4. #4
    Join Date
    Nov 2007
    Location
    London
    Posts
    1,577
    Tokens
    36

    Latest Awards:

    Default

    New radio player code:

    Code:
    <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player"  width="175" height="45" 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://sc.paintballfm.com:8012" value="true" />
      <param name="CONTROLS" value="Imagewindow" />
      <param name="ShowStatusBar" value="false" />
      <param name="src" value="http://paintballfm.com/radio.asx" />
      <param name="url" value="http://paintballfm.com/radio.asx" />
      <param name="autostart" value="true" />
      <param name="autoplay" value="true" />
      <param name="Controls" value="playbutton" />
      <param name="uimode" value="mini" />
      <embed src="http://paintballfm.com/radio.asx" width="199" height="45" autostart="True" controls="playbutton" showstatusbar="false" url="http://sc.paintballfm.com:8012" autoplay="true" uimode="mini"> </embed></object>
    Open notepad and enter this:

    Code:
    <ASX version="3.0">
    <title>Radio</title>
    <entry>
        <title>Radio</title>
        <author>Tech-Hosts.co.uk</author>
        <ref href="http://sc.paintballfm.com:8012/"/>
    </entry>
    </ASX>
    Save it as radio.asx and upload to public_html.

    This is assuming your domain is paintballfm.com. Otherwise state and I'll edit the player code for you.
    Last edited by iUnknown; 08-07-2008 at 08:49 PM.
    Kind Regards,

    Guy
    __________________

    Since 2007. Unbelievable Uptime. Web hosting, resellers, master resellers, linux VPS, windows VPS, shoutcasts, at the lowest prices on the net.
    Tech-Hosts.co.uk.


  5. #5
    Join Date
    May 2008
    Posts
    1,160
    Tokens
    11

    Latest Awards:

    Default

    Cushioned here,
    Here's a Simple one:

    Code:
     
    <OBJECT id=MediaPlayer type=application/x-oleobject height=45
    standby="Please wait while we start the radio!" width=160 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6>
    <PARAM NAME="URL" VALUE="http://sc.paintballfm.com:8012">
    <PARAM NAME="rate" VALUE="1">
    <PARAM NAME="balance" VALUE="0">
    <PARAM NAME="currentPosition" VALUE="0">
    <PARAM NAME="defaultFrame" VALUE="">
    <PARAM NAME="playCount" VALUE="1">
    <PARAM NAME="autoStart" VALUE="-1">
    <PARAM NAME="currentMarker" VALUE="0">
    <PARAM NAME="invokeURLs" VALUE="-1">
    <PARAM NAME="baseURL" VALUE="">
    <PARAM NAME="volume" VALUE="68">
    <PARAM NAME="mute" VALUE="0">
    <PARAM NAME="uiMode" VALUE="mini">
    <PARAM NAME="stretchToFit" VALUE="0">
    <PARAM NAME="windowlessVideo" VALUE="0">
    <PARAM NAME="enabled" VALUE="-1">
    <PARAM NAME="enableContextMenu" VALUE="-1">
    <PARAM NAME="fullScreen" VALUE="0">
    <PARAM NAME="SAMIStyle" VALUE="">
    <PARAM NAME="SAMILang" VALUE="">
    <PARAM NAME="SAMIFilename" VALUE="">
    <PARAM NAME="captioningID" VALUE="">
    <PARAM NAME="enableErrorDialogs" VALUE="0">
    <PARAM NAME="_cx" VALUE="5398">
    <PARAM NAME="_cy" VALUE="1032">
    </OBJECT>
    Just enter it where you want it.
    I believe that should be it.
    Tell me if it doesn't work.
    Thanks.
    Last edited by Cushioned; 09-07-2008 at 11:47 AM.
    Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.

  6. #6
    Join Date
    Jun 2007
    Location
    Kent
    Posts
    4,101
    Tokens
    981

    Latest Awards:

    Default

    Quote Originally Posted by iUnknown View Post
    New radio player code:

    Code:
    <object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player"  width="175" height="45" 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://sc.paintballfm.com:8012" value="true" />
      <param name="CONTROLS" value="Imagewindow" />
      <param name="ShowStatusBar" value="false" />
      <param name="src" value="http://paintballfm.com/radio.asx" />
      <param name="url" value="http://paintballfm.com/radio.asx" />
      <param name="autostart" value="true" />
      <param name="autoplay" value="true" />
      <param name="Controls" value="playbutton" />
      <param name="uimode" value="mini" />
      <embed src="http://paintballfm.com/radio.asx" width="199" height="45" autostart="True" controls="playbutton" showstatusbar="false" url="http://sc.paintballfm.com:8012" autoplay="true" uimode="mini"> </embed></object>
    Open notepad and enter this:

    Code:
    <ASX version="3.0">
    <title>Radio</title>
    <entry>
        <title>Radio</title>
        <author>Tech-Hosts.co.uk</author>
        <ref href="http://sc.paintballfm.com:8012/"/>
    </entry>
    </ASX>
    Save it as radio.asx and upload to public_html.

    This is assuming your domain is paintballfm.com. Otherwise state and I'll edit the player code for you.
    sc.paintballfm.com is my shoutcast host. My site is raydeeohh.com

  7. #7
    Join Date
    May 2008
    Posts
    1,160
    Tokens
    11

    Latest Awards:

    Default

    Quote Originally Posted by Cushioned View Post
    Cushioned here,
    Here's a Simple one:

    Code:
     
    <OBJECT id=MediaPlayer type=application/x-oleobject height=45
    standby="Please wait while we start the radio!" width=160 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6>
    <PARAM NAME="URL" VALUE="http://sc.paintballfm.com:8012">
    <PARAM NAME="rate" VALUE="1">
    <PARAM NAME="balance" VALUE="0">
    <PARAM NAME="currentPosition" VALUE="0">
    <PARAM NAME="defaultFrame" VALUE="">
    <PARAM NAME="playCount" VALUE="1">
    <PARAM NAME="autoStart" VALUE="-1">
    <PARAM NAME="currentMarker" VALUE="0">
    <PARAM NAME="invokeURLs" VALUE="-1">
    <PARAM NAME="baseURL" VALUE="">
    <PARAM NAME="volume" VALUE="68">
    <PARAM NAME="mute" VALUE="0">
    <PARAM NAME="uiMode" VALUE="mini">
    <PARAM NAME="stretchToFit" VALUE="0">
    <PARAM NAME="windowlessVideo" VALUE="0">
    <PARAM NAME="enabled" VALUE="-1">
    <PARAM NAME="enableContextMenu" VALUE="-1">
    <PARAM NAME="fullScreen" VALUE="0">
    <PARAM NAME="SAMIStyle" VALUE="">
    <PARAM NAME="SAMILang" VALUE="">
    <PARAM NAME="SAMIFilename" VALUE="">
    <PARAM NAME="captioningID" VALUE="">
    <PARAM NAME="enableErrorDialogs" VALUE="0">
    <PARAM NAME="_cx" VALUE="5398">
    <PARAM NAME="_cy" VALUE="1032">
    </OBJECT>
    Just enter it where you want it.
    I believe that should be it.
    Tell me if it doesn't work.
    Thanks.


    His way is more difficult. Just try this one. Enter it where you want it.
    Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.

  8. #8
    Join Date
    Feb 2006
    Location
    USA
    Posts
    715
    Tokens
    0

    Latest Awards:

    Default

    Actually, his way is alot better for a few reasons. I would prefer using iUnknown

  9. #9
    Join Date
    May 2008
    Posts
    1,160
    Tokens
    11

    Latest Awards:

    Default

    Quote Originally Posted by DJ::Beatz View Post
    Actually, his way is alot better for a few reasons. I would prefer using iUnknown
    What reasons?
    And I was just giving him another option in case he wanted a quicker and simpler way to do it.
    Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.

  10. #10
    Join Date
    Nov 2007
    Location
    London
    Posts
    1,577
    Tokens
    36

    Latest Awards:

    Default

    Yours won't work in firefox. You need an ASX file for it to work in firefox.
    Kind Regards,

    Guy
    __________________

    Since 2007. Unbelievable Uptime. Web hosting, resellers, master resellers, linux VPS, windows VPS, shoutcasts, at the lowest prices on the net.
    Tech-Hosts.co.uk.


Page 1 of 2 12 LastLast

Posting Permissions

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