Euro 2024 sweepstakes!
Prizes to be won this summer! Click here to take part, and find yourself a team to cheer on!
Show your pride!
Rainbows galore in our forum shop, including snazzy colours for your username and even a rainbow-coloured... football?
Join Habbox!
Be part of the Habbox family - there are so many roles to pick from! Click here to get your application rolling


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
  •