Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2005
    Location
    Milton Keynes
    Posts
    725
    Tokens
    2,589
    Habbo
    -Paul.

    Latest Awards:

    Default Multi Browser Radio

    Hey i need a multi-browser Radio for my website - has anyone got the code for it?
    DJ Porky

    2006-2015
    Habtips - Habbolot - Habbox - Habbed - HHGS

  2. #2
    Join Date
    Nov 2006
    Location
    D?sseldorf
    Posts
    2,858
    Tokens
    2,256

    Latest Awards:

    Default

    http://www.wavestreaming.com/servers...ast-player.php

    Try that, pretty easy to setup, or just google "Flash shoutcast player"

  3. #3
    Join Date
    Dec 2010
    Location
    United States
    Posts
    74
    Tokens
    0
    Habbo
    Droid

    Latest Awards:

    Default

    Hello, If your using it you should use this. http://vis.im/player/ It's really good.

  4. #4

    Default

    Hey There,
    shoutcast radio code

    I ended up breaking down a code from a site (cant remeber witch) but it works fine & dandy

    Where You want the Radio To Appear:

    Code:
    <script type="text/javascript" src="swf.js">
    SWF.JS - you will find "WEBSITEURL" replace that and replace "RADIOIP" & "RADIOPORT"
    Code:
    var actualurl = window.location.hostname;if(actualurl.indexOf("") == -1){document.write("WEBSITE URL''");}else{document.write('<div id="playercontainer12911777824"><a  href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">Get&nbsp;Flash</a></div>');                    var head = window.document.getElementsByTagName("head")[0];    var script = null;            script = window.document.createElement("script");    script.type = "text/javascript";    script.src = "http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js?" + new Date().getTime();    head.appendChild(script);        script.onload = script.onreadystatechange = function(){ swfObjectLoaded(); };function swfObjectLoaded() {if (swfobject.hasFlashPlayerVersion("9")) {var fn = '&12911777824';var x = 'RADIOPORT';var y = 'RADIOIP';var ln = 'stream.mp3';      var flashvars =      {                  'skin':'http://player.wavestreamer.com/cgi-bin/modieus/modieus.swf',        'title':'Live Stream',        'type':'sound',        'file':'http://'+y+':'+x+'/;'+ln+fn,        'duration':'99999',        'id':'scplayer',        'autostart':'true'      };      var params =      {        'allowfullscreen':    'false',        'allowscriptaccess':  'always',        'bgcolor':            '#FFFFFF',        'wmode': 'transparent'      };      var attributes =      {        'id':                 'scplayer',        'name':               'scplayer'      };      swfobject.embedSWF('http://player.wavestreamer.com/cgi-bin/player2.swf', 'playercontainer12911777824', '230', '30', '9.0.124', false, flashvars, params, attributes);}}}
    Thank-you,
    Christopher Holland

  5. #5
    Join Date
    Jan 2011
    Posts
    8
    Tokens
    0

    Default

    thanks for the heads up folks

Posting Permissions

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