HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Results 1 to 3 of 3

Thread: Radio

  1. #1
    Join Date
    Aug 2004
    Posts
    13
    Tokens
    0

    Default Radio

    On Radios How DO U Make ThE HTML Code For The WIndows Music Player For The Non-Winamp People

  2. #2
    Join Date
    Jun 2004
    Posts
    1,809
    Tokens
    0

    Latest Awards:

    Default

    <script LANGUAGE="VBScript">

    <!--
    On Error Resume Next
    lngMP70 = IsObject(CreateObject("WMPlayer.OCX"))

    If (lngMP70) Then
    document.write "<OBJECT ID=MediaPlayer "
    document.write " CLASSID=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"
    document.write " standby=""Please wait while we start the radio!"" "
    document.write " TYPE=""application/x-oleobject"" width=""160"" height=""40"">"
    document.write "<PARAM NAME=""url"" VALUE=""ip here"">"
    document.write "<PARAM NAME=""AutoStart"" VALUE=""true"">"
    document.write "<PARAM NAME=""ShowControls"" VALUE=""1"">"
    document.write "<PARAM NAME=""uiMode"" VALUE=""mini"">"
    document.write "<PARAM NAME=""volume"" VALUE=""100"">"
    document.write "</OBJECT>"

    Else
    document.write "<OBJECT ID=MediaPlayer "
    document.write " CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
    document.write "CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
    document.write " standby=""Loading Microsoft Windows Media Player components..."" "
    document.write " TYPE=""application/x-oleobject"" width=""160"" height=""40"">"
    document.write "<PARAM NAME=""FileName"" VALUE=""ip here"">"
    document.write "<PARAM NAME=""AutoStart"" VALUE=""true"">"
    document.write "<PARAM NAME=""ShowControls"" VALUE=""1"">"
    document.write "<PARAM NAME=""volume"" VALUE=""100"">"
    document.write "</OBJECT>"
    End If

    -->
    </SCRIPT>
    70 Shaman
    70 Mage
    70 Rogue
    70 Druid
    70 Priest
    63 Paladin

  3. #3
    Join Date
    Aug 2004
    Posts
    13
    Tokens
    0

    Default

    i cant listen to it

Posting Permissions

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