PDA

View Full Version : Habbox radio code



sburns1992
03-11-2010, 12:21 PM
Hey all :)
I've seen it on a couple of sites now, radio players like Habbox, HabboFunUK etc..
Where it's always going to play even when changing pages on the mainsite, I understand that it's in a frameset and stuff, but I wouldn't know how to implement it,

Could someone provide me with the code :)


<frameset framespacing="0" border="0" frameborder="0" rows="0,*">
<frame id="radio" name="radio" scrolling="no" noresize target="main" src="radio/play.php (http://www.habboxforum.com/view-source:http://www.habbox.com/radio/play.php)" marginwidth="0" marginheight="0">
<frame id="main" name="main" src="index.php (http://www.habboxforum.com/view-source:http://www.habbox.com/index.php)">
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>
I just need help with all the stuff after that :) cheers.

Calvin
03-11-2010, 04:21 PM
Put both the url to your index.php page and the link to your radio both in a seperate iFrame, and make sure the radio is set to width="0" and height="0" so it won't display. :)

sburns1992
03-11-2010, 04:26 PM
I've got it all sorted now :) Thanks anyway!

Want to hide these adverts? Register an account for free!