View Full Version : Why wont my radio show up ?
Blazz
20-09-2007, 09:25 AM
Hi, i got a code for my radio, and it seems to work for other people but on my website it just will not show up (the radio).
Im wondering whether the bandwidth will be anything to do with this...
Also any help
~ Ps my website is called http://habbounited1.freehostia.com (im not gonna use my free domain coz sometimes it makes things funny :P)
Bandwidth wouldn't effort the script.
IPhone
21-09-2007, 02:48 PM
Hello, are you using firefox? I had this problem because i had not installed the wma plugin.
Blazz
21-09-2007, 02:55 PM
Nope, im using IE
ill place the code on my site again, see if itll work :P
Eccentric
21-09-2007, 05:09 PM
post your code :rolleyes:
im sure its something simple.
Blazz
21-09-2007, 05:45 PM
lemme see i forgot it :P
erm
<OBJECT id=MediaPlayer type=application/x-oleobject height=45
standby="Please wait while we start the radio!" width=160 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6>
<PARAM NAME="URL" VALUE="http://www.cast.hot-hosts.net:9190/">
<PARAM NAME="rate" VALUE="1">
<PARAM NAME="balance" VALUE="0">
<PARAM NAME="currentPosition" VALUE="0">
<PARAM NAME="defaultFrame" VALUE="">
<PARAM NAME="playCount" VALUE="1">
<PARAM NAME="autoStart" VALUE="-1">
<PARAM NAME="currentMarker" VALUE="0">
<PARAM NAME="invokeURLs" VALUE="-1">
<PARAM NAME="baseURL" VALUE="">
<PARAM NAME="volume" VALUE="68">
<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="5398">
<PARAM NAME="_cy" VALUE="1032">
</OBJECT>
Eccentric
21-09-2007, 06:01 PM
Big fat cross, i would personally use;
<OBJECT ID="MediaPlayer" WIDTH=228 HEIGHT=45
CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://cast.hot-hosts.net:9190" valuetype="ref" ref>
<param name="AudioStream" value="1">
<param name="AutoSize" value="0">
<param name="AutoStart" value="0">
<param name="AnimationAtStart" value="0">
<param name="AllowScan" value="-1">
<param name="AllowChangeDisplaySize" value="-1">
<param name="AutoRewind" value="0">
<param name="Balance" value="0">
<param name="BaseURL" value>
<param name="BufferingTime" value="5">
<param name="CaptioningID" value>
<param name="ClickToPlay" value="-1">
<param name="CursorType" value="0">
<param name="CurrentPosition" value="-1">
<param name="CurrentMarker" value="0">
<param name="DefaultFrame" value>
<param name="DisplayBackColor" value="0">
<param name="DisplayForeColor" value="16777215">
<param name="DisplayMode" value="1">
<param name="DisplaySize" value="1">
<param name="Enabled" value="-1">
<param name="EnableContextMenu" value="-1">
<param name="EnablePositionControls" value="-1">
<param name="EnableFullScreenControls" value="-1">
<param name="EnableTracker" value="-1">
<param name="InvokeURLs" value="-1">
<param name="Language" value="-1">
<param name="Mute" value="0">
<param name="PlayCount" value="0">
<param name="PreviewMode" value="0">
<param name="Rate" value="1">
<param name="SAMILang" value>
<param name="SAMIStyle" value>
<param name="SAMIFileName" value>
<param name="SelectionStart" value="-1">
<param name="SelectionEnd" value="-1">
<param name="SendOpenStateChangeEvents" value="-1">
<param name="SendWarningEvents" value="-1">
<param name="SendErrorEvents" value="-1">
<param name="SendKeyboardEvents" value="0">
<param name="SendMouseClickEvents" value="0">
<param name="SendMouseMoveEvents" value="0">
<param name="SendPlayStateChangeEvents" value="-1">
<param name="ShowCaptioning" value="-1">
<param name="ShowControls" value="-1">
<param name="ShowAudioControls" value="-1">
<param name="ShowDisplay" value="-1">
<param name="ShowGotoBar" value="0">
<param name="ShowPositionControls" value="0">
<param name="ShowStatusBar" value="-1">
<param name="ShowTracker" value="-1">
<param name="TransparentAtStart" value="0">
<param name="VideoBorderWidth" value="0">
<param name="VideoBorderColor" value="333333">
<param name="VideoBorder3D" value="-1">
<param name="Volume" value="-1">
<param name="WindowlessVideo" value="-1">
<EMBED TYPE="application/x-mplayer2" SRC="http://cast.hot-hosts.net:9190"
NAME="MediaPlayer"
WIDTH=228
HEIGHT=45>
</EMBED></OBJECT>
oJosh..
21-09-2007, 06:18 PM
I use the one that he used, his radio might have been deleted, e-mail me on
[email protected] and i will sort u out a radio
Blazz
21-09-2007, 06:36 PM
What do you mean deleted, a deleted radio will ahve nothing to do with it !
its just that the object will not show up.
LegendOfNoob
21-09-2007, 06:44 PM
Well One The Code You People Use and Post Is Windows Media Player
Make Sure you have that it's obvious but sometimes the smallest things matter
As Far As The Code Lets Keep It Short,Easy,And Sweet
<object classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="108" height="33" hspace="35" id="WindowsMediaPlayer1">
<param name="URL" value="http://SERVERADDRESS:PORT/" ref />
<param name="rate" value="1" />
<param name="balance" value="0" />
<param name="currentPosition" value="0" />
<param name="fullScreen" value="0" />
<param name="enabled" value="-1" />
<param name="autoStart" value="-1" />
<param name="invokeURLs" value="-1" />
<param name="volume" value="100" />
<param name="mute" value="0" />
<param name="playCount" value="1" />
<param name="enableContextMenu" value="-1" />
<param name="uiMode" value="mini" />
<param name="stretchToFit" value="0" />
<param name="windowlessVideo" value="0" />
<embed src="http://SERVERADDRESS:PORT/" width="45" height="33" hspace="35" type="application/x-mplayer2"></embed></object> Leave The : and
Replace The Words With What They Say
If You Do Not Have Windows Media Player:
Type This into Your Address Bar
SERVERADDRESS:PORT
Replace The Words With What They Say
If you have a Shoutcast Radio
it will lead to a menu where you
should be able to Click The
Listen Button
And Open The File Listen.pls
In Your Media Player
(Thats Only 4 Shoutcast No Idea if it may work with other radio Brands)
Damnit Replace The :P Smiles Meant : & P put together
Sorry
Eccentric
21-09-2007, 07:02 PM
thats what i just said? sometimes the object may not show if you are not linking up with it correctly.
Blazz
22-09-2007, 09:04 AM
Got it fixed, i liked my old one, the one with the play and stop and pause buttons, now i have another question...
How do you change the colour of that one (the one with the play buttons ect) ?
Coz i wanna make it red or sumin :P
TY All for help!
LegendOfNoob
22-09-2007, 12:53 PM
well sadly you cannot change that color its the skin of the player that changes it however you can get some people to make you a player then link the src to your radio server but at times it tis hard to do but is possible as habboring.com has a yellow one in there free web scriptz
idk i could possibly give it a shot it'd give me practice and i think with frontpage i could do it
Blazz
22-09-2007, 03:47 PM
well sadly you cannot change that color its the skin of the player that changes it however you can get some people to make you a player then link the src to your radio server but at times it tis hard to do but is possible as habboring.com has a yellow one in there free web scriptz
idk i could possibly give it a shot it'd give me practice and i think with frontpage i could do it
erm would you be able to do like one for free or do you want pay :)
Ty :)
Eccentric
23-09-2007, 10:09 AM
well sadly you cannot change that color its the skin of the player that changes it however you can get some people to make you a player then link the src to your radio server but at times it tis hard to do but is possible as habboring.com has a yellow one in there free web scriptz
idk i could possibly give it a shot it'd give me practice and i think with frontpage i could do it
its done in flash.
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.