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:
And which becomes this on the website:
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 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>
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.