[RADIO] Question [RADIO]

Status
Not open for further replies.

wite

Posting Freak
Aug 3, 2012
593
131
Hi DevBest,

I am making a Habbo Fansite for Habboween and I will be broadcasting as a DJ... But obvs I can't be on 24/7 DJing.
I was wondering if anyone knows codes that can hide a SHOUTcast free radio player into an image, so when I am offline I can set it so SHOUTcast plays from that image..
The image has to be about this big;
----------------------------------------------
- -
- -
- -
-----------------------------------------------

This is the current default radio html file which came with the original layout:
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
 
<div class="radio">
    <div class="radio-player">
        <object codebase="/codebase=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#version=6,4,5,715" standby="loading" id="hffm" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" width="160" height="35">
            <param name="url" value="http://www.hffm.co.uk/song/player.asx">
            <param name="rate" value="1">
            <param name="balance" value="0">
            <param name="currentposition" value="5.0102064">
            <param name="defaultframe" value="">
            <param name="playcount" value="0">
            <param name="autostart" value="-1">
           
            <param name="showcontrols" value="1">
            <param name="showstatusbar" value="0">
            <param name="currentmarker" value="0">
            <param name="invokeurls" value="-1">
            <param name="baseurl" value="">
            <param name="volume" value="100">
            <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="3387">
            <param name="_cy" value="741">
            <embed src="http://www.hffm.co.uk/song/player.asx" autostart="true" controls="playbutton" showstatusbar="false" url="http://www.hffm.co.uk/song/player.asx" autoplay="true" uimode="mini" name="player" width="143" height="33">
        </object>
        <br>
        <a href="radio-player.html"><img src="images/refresh.png" border="0px"></a>
    </div>
</div>
 
</body>
</html>
And which becomes this on the website:
e0ogue.png

So I need it to be something like that with a similar type image, but I just want it to have the amount of listeners and the song now playing (don't need the current DJ shite, because that would include a database and a log in for every DJ plus a whole bunch of PHP scripts).


If someone could help, that would be great.
Thanks,
Supa.
 

EthaanRaadley

EthaanRaadley.NET
Oct 1, 2012
140
9
Hi DevBest,

I am making a Habbo Fansite for Habboween and I will be broadcasting as a DJ... But obvs I can't be on 24/7 DJing.
I was wondering if anyone knows codes that can hide a SHOUTcast free radio player into an image, so when I am offline I can set it so SHOUTcast plays from that image..
The image has to be about this big;
----------------------------------------------
- -
- -
- -
-----------------------------------------------

This is the current default radio html file which came with the original layout:
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
 
<div class="radio">
    <div class="radio-player">
        <object codebase="/codebase=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#version=6,4,5,715" standby="loading" id="hffm" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" width="160" height="35">
            <param name="url" value="http://www.hffm.co.uk/song/player.asx">
            <param name="rate" value="1">
            <param name="balance" value="0">
            <param name="currentposition" value="5.0102064">
            <param name="defaultframe" value="">
            <param name="playcount" value="0">
            <param name="autostart" value="-1">
         
            <param name="showcontrols" value="1">
            <param name="showstatusbar" value="0">
            <param name="currentmarker" value="0">
            <param name="invokeurls" value="-1">
            <param name="baseurl" value="">
            <param name="volume" value="100">
            <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="3387">
            <param name="_cy" value="741">
            <embed src="http://www.hffm.co.uk/song/player.asx" autostart="true" controls="playbutton" showstatusbar="false" url="http://www.hffm.co.uk/song/player.asx" autoplay="true" uimode="mini" name="player" width="143" height="33">
        </object>
        <br>
        <a href="radio-player.html"><img src="images/refresh.png" border="0px"></a>
    </div>
</div>
 
</body>
</html>
And which becomes this on the website:
e0ogue.png

So I need it to be something like that with a similar type image, but I just want it to have the amount of listeners and the song now playing (don't need the current DJ shite, because that would include a database and a log in for every DJ plus a whole bunch of PHP scripts).


If someone could help, that would be great.
Thanks,
Supa.
I have this, i know i do,
its a code from cenova cast? centova, whatever.
 

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
Buy shoutcast server and get a custom player. Editing the free one will probably be hard as they don't want you to do it
 

wite

Posting Freak
Aug 3, 2012
593
131
Righto, new idea... Is there any way I can just get the SHOUTcast radio to play while it isn't actually visible on website? Like maybe hide it but still make it play...?
 

Sean

‫‫‫‫‫‫  ‫  Don't Worry, Be Happy
Dec 12, 2011
1,121
405
on the embed code where it has height="100" width="200" etc, add hidden="hidden"
 

wite

Posting Freak
Aug 3, 2012
593
131
Someone please post a free SHOUTcast radio code? My internet is too slow to go looking around habbo retros for one.. :confused:
 
Status
Not open for further replies.

Users who are viewing this thread

Top