Habbo Radio

FirefighterKyle

I am Kyle!!
Sep 14, 2012
162
7
Okay I know this must be the noobies help request out there :p but I really don't understand where or how to change Chmod or whatever my items what need to be changed are 066 which I need to change them to 777 which I don't know how, if you are a great coder etc and have some time on your hands and want to make a 180x30 radio player that's fine with me also.
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
Google is a charm:
Code:
<object id="MediaPlayer1" width=180 height=30
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft速 Windows速 Media Player components..."
type="application/x-oleobject" align="middle">
<param name="FileName" value="http://IP:PORT">
<param name="AutoStart" value="True">
<param name="ShowStatusBar" value="True">
<param name="DefaultFrame" value="mainFrame">

<embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
src="http://IP:PORT" align="middle"
width=180
height=30
defaultframe="rightFrame"
showstatusbar=true>
</embed>

If this helped, feel free to like this post!
 

Users who are viewing this thread

Top