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 13
  1. #1
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default Making a Radio Player & ASX File

    Hello,

    LuckyRare has posted a tutorial on how setting up a radio. Can be found by clicking here! In this tutorial I will show you how to make a Radio Player with and ASX file so that your radio will work in browsers such as Firefox!

    Basic Radio Player

    This is a code for the basic radio player which works in some browsers but not Firefox and maybe a few other browsers!

    HTML 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>


    Taken from LuckyRare's Tutorial!


    Making the ASX based Radio!

    Now setting up a radio to work in all browsers! Place this code were you want your Radio Player to go on your site:

    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"" value="true" />
      <param name="CONTROLS" value="Imagewindow" />
      <param name="ShowStatusBar" value="false" />
      <param name="src" value="http://IP:Port Number/" />
      <param name="url" value="http://IP:Port Number/" />
    
      <param name="autostart" value="true" />
      <param name="autoplay" value="true" />
      <param name="Controls" value="playbutton" />
    
      <param name="uimode" value="mini" />
      <embed src="RADIO ASX FILE URL HERE" width="199" height="45" autostart="True" controls="playbutton" showstatusbar="false" url="RADIO ASX FILE URL HERE" autoplay="true" uimode="mini"> </embed></object>


    Making the ASX File!

    You will then need to make a ASX file. You can call it what ever you want but make sure it is "yourname.asx"

    Then in that file you will need to place the following code:

    Code:
    <ASX version = "3.0">
    <Param Name = "AllowShuffle" Value = "no" />
    <TITLE>Your Website Name</TITLE>
    <Entry>
    <Ref href = "http://IP:PORT NUMBER/" />
    </Entry>
    </ASX>


    Finishing!

    Before this can work you will need to replace the following:

    "IP" - This will be need to be replaced with your radios IP or URL address to were the shoutcast is located!
    "Port Number" - The port to your radio can be found in the shoutcast control panel.

    If your not sure of either of those then contact your shoutcast server administrator!

    For the ASX radio player you will need to edit the same aswell as:
    "RADIO ASX FILE URL HERE" - This needs to be replaced with the URL of your ASX file that you made.

    For the ASX file you will need to replace the following:
    "Your Website Name"
    "IP" - This will be need to be replaced with your radios IP or URL address to were the shoutcast is located!
    "Port Number" - The port to your radio can be found in the shoutcast control panel.

    This is my first ever tutorial and I hope this will come in handly to a few people!


    Enjoy!
    Last edited by Lilian; 26-05-2007 at 07:52 PM.

  2. #2
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    Nice guide, Hehehe im not gay or anything but I like that Pink colour

    Also When I needed a .asx file I just ripped ClubHabbo's and edited it
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

  3. #3
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Jaffa Cakes! View Post
    Nice guide, Hehehe im not gay or anything but I like that Pink colour

    Also When I needed a .asx file I just ripped ClubHabbo's and edited it
    Lol thanks Pinks the best colour you'll get

  4. #4
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Wth is the point in taking it from Luckyrares tutorial when you can just go on to his and learn how to set one up and put it on your website?

  5. #5
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Blob View Post
    Wth is the point in taking it from Luckyrares tutorial when you can just go on to his and learn how to set one up and put it on your website?
    No, Luckyrare done radio and stats. Im showing how to make an ASX file.

  6. #6
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    Quote Originally Posted by !Lily View Post
    No, Luckyrare done radio and stats. Im showing how to make an ASX file.
    Wth does your post have


    Basic Radio Player

    This is a code for the basic radio player which works in some browsers but not Firefox and maybe a few other browsers!

    HTML 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 ADDRESSORT" 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>


    Taken from LuckyRare's Tutorial!

  7. #7
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default

    Yes I was just posting a normal radio code aswell. Fgs I wonder why I bother sometimes. I try doing something good and I get moaned at.

  8. #8
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    No, you say that the normal radio code is taken from Luckyrare, yet you say that you didnt take it?

  9. #9
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default

    I haven't said I didnt take it :S

  10. #10
    Join Date
    Sep 2006
    Location
    Doncaster, UK
    Posts
    4,081
    Tokens
    0

    Latest Awards:

    Default

    Ignore Ryan, too many lemon's I'll say.

    Nice guide .
    Quote Originally Posted by Nain View Post
    i voted 'Not Sure' as im, not sure!

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
  •