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 15
  1. #1
    Join Date
    Apr 2007
    Location
    Kent
    Posts
    482
    Tokens
    0

    Unhappy Why wont my radio show up ?

    Hi, i got a code for my radio, and it seems to work for other people but on my website it just will not show up (the radio).

    Im wondering whether the bandwidth will be anything to do with this...

    Also any help

    ~ Ps my website is called http://habbounited1.freehostia.com (im not gonna use my free domain coz sometimes it makes things funny )
    Tis' I.

  2. #2
    Join Date
    Sep 2007
    Posts
    71
    Tokens
    0

    Default

    Bandwidth wouldn't effort the script.


  3. #3
    Join Date
    May 2007
    Posts
    352
    Tokens
    0

    Default

    Hello, are you using firefox? I had this problem because i had not installed the wma plugin.

    **Merry Christmas**

  4. #4
    Join Date
    Apr 2007
    Location
    Kent
    Posts
    482
    Tokens
    0

    Default

    Nope, im using IE

    ill place the code on my site again, see if itll work
    Tis' I.

  5. #5
    Join Date
    Jul 2007
    Location
    Swindon
    Posts
    990
    Tokens
    125

    Default

    post your code :rolleyes:
    im sure its something simple.

  6. #6
    Join Date
    Apr 2007
    Location
    Kent
    Posts
    482
    Tokens
    0

    Default

    lemme see i forgot it

    erm

    HTML 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://www.cast.hot-hosts.net:9190/">
    <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>
    Tis' I.

  7. #7
    Join Date
    Jul 2007
    Location
    Swindon
    Posts
    990
    Tokens
    125

    Default

    Big fat cross, i would personally use;
    Code:
    <OBJECT ID="MediaPlayer" WIDTH=228 HEIGHT=45
    CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
    STANDBY="Loading Windows Media Player components..."
    TYPE="application/x-oleobject">
    
    <PARAM NAME="FileName" VALUE="http://cast.hot-hosts.net:9190" valuetype="ref" ref>
    <param name="AudioStream" value="1">
    
    <param name="AutoSize" value="0">
    <param name="AutoStart" value="0">
    <param name="AnimationAtStart" value="0">
    <param name="AllowScan" value="-1">
    <param name="AllowChangeDisplaySize" value="-1">
    <param name="AutoRewind" value="0">
    <param name="Balance" value="0">
    <param name="BaseURL" value>
    <param name="BufferingTime" value="5">
    <param name="CaptioningID" value>
    <param name="ClickToPlay" value="-1">
    <param name="CursorType" value="0">
    <param name="CurrentPosition" value="-1">
    <param name="CurrentMarker" value="0">
    <param name="DefaultFrame" value>
    <param name="DisplayBackColor" value="0">
    <param name="DisplayForeColor" value="16777215">
    
    <param name="DisplayMode" value="1">
    <param name="DisplaySize" value="1">
    <param name="Enabled" value="-1">
    <param name="EnableContextMenu" value="-1">
    <param name="EnablePositionControls" value="-1">
    <param name="EnableFullScreenControls" value="-1">
    <param name="EnableTracker" value="-1">
    <param name="InvokeURLs" value="-1">
    <param name="Language" value="-1">
    <param name="Mute" value="0">
    <param name="PlayCount" value="0">
    <param name="PreviewMode" value="0">
    <param name="Rate" value="1">
    <param name="SAMILang" value>
    <param name="SAMIStyle" value>
    <param name="SAMIFileName" value>
    <param name="SelectionStart" value="-1">
    
    <param name="SelectionEnd" value="-1">
    <param name="SendOpenStateChangeEvents" value="-1">
    <param name="SendWarningEvents" value="-1">
    <param name="SendErrorEvents" value="-1">
    <param name="SendKeyboardEvents" value="0">
    <param name="SendMouseClickEvents" value="0">
    <param name="SendMouseMoveEvents" value="0">
    <param name="SendPlayStateChangeEvents" value="-1">
    <param name="ShowCaptioning" value="-1">
    <param name="ShowControls" value="-1">
    <param name="ShowAudioControls" value="-1">
    <param name="ShowDisplay" value="-1">
    <param name="ShowGotoBar" value="0">
    <param name="ShowPositionControls" value="0">
    <param name="ShowStatusBar" value="-1">
    <param name="ShowTracker" value="-1">
    <param name="TransparentAtStart" value="0">
    
    <param name="VideoBorderWidth" value="0">
    <param name="VideoBorderColor" value="333333">
    <param name="VideoBorder3D" value="-1">
    <param name="Volume" value="-1">
    <param name="WindowlessVideo" value="-1">
    <EMBED TYPE="application/x-mplayer2" SRC="http://cast.hot-hosts.net:9190"
    NAME="MediaPlayer"
    WIDTH=228
    HEIGHT=45>
    </EMBED></OBJECT>

  8. #8
    Join Date
    Dec 2006
    Location
    Bournemouth
    Posts
    388
    Tokens
    0

    Default

    I use the one that he used, his radio might have been deleted, e-mail me on [email protected] and i will sort u out a radio
    Regards,
    oJosh..
    ---
    UltimateFM.co.uk -- Needing Staff
    Email Me -- [email protected]

  9. #9
    Join Date
    Apr 2007
    Location
    Kent
    Posts
    482
    Tokens
    0

    Default

    What do you mean deleted, a deleted radio will ahve nothing to do with it !

    its just that the object will not show up.
    Tis' I.

  10. #10
    Join Date
    Sep 2007
    Location
    USA
    Posts
    474
    Tokens
    0

    Default

    Well One The Code You People Use and Post Is Windows Media Player
    Make Sure you have that it's obvious but sometimes the smallest things matter

    As Far As The Code Lets Keep It Short,Easy,And Sweet
    <object classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="108" height="33" hspace="35" id="WindowsMediaPlayer1">
    <param name="URL" value="http://SERVERADDRESSORT/" ref />
    <param name="rate" value="1" />

    <param name="balance" value="0" />
    <param name="currentPosition" value="0" />
    <param name="fullScreen" value="0" />
    <param name="enabled" value="-1" />
    <param name="autoStart" value="-1" />

    <param name="invokeURLs" value="-1" />
    <param name="volume" value="100" />
    <param name="mute" value="0" />
    <param name="playCount" value="1" />

    <param name="enableContextMenu" value="-1" />
    <param name="uiMode" value="mini" />
    <param name="stretchToFit" value="0" />
    <param name="windowlessVideo" value="0" />

    <embed src="http://SERVERADDRESSORT/" width="45" height="33" hspace="35" type="application/x-mplayer2"></embed></object>
    Leave The : and
    Replace The Words With What They Say

    If You Do Not Have Windows Media Player:
    Type This into Your Address Bar
    SERVERADDRESSORT

    Replace The Words With What They Say

    If you have a Shoutcast Radio
    it will lead to a menu where you
    should be able to Click The
    Listen Button
    And Open The File Listen.pls
    In Your Media Player
    (Thats Only 4 Shoutcast No Idea if it may work with other radio Brands)

    Damnit Replace The Smiles Meant : & P put together

    Sorry
    Last edited by LegendOfNoob; 21-09-2007 at 06:45 PM.
    Post Meter
    ______________________________________________
    400 450 500 550 600 650 700 750 800 850 900-1k
    Green=Done | Orange=Almost | Red=Not Done
    ______________________________________________
    Habbo fury Coming Soon!
    My Img tag has ran away

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
  •