Log in

View Full Version : NEED RADIO EMBEDDED CODE OR HOW TO SAVE IT AS A HTML!!!!



Ryan142536
23-01-2008, 04:27 PM
PLZ PLZ PLZ PLZ

IF U GOT THE AWNSER

[email protected]


MITE BE A FEW HCS IN IT FOR U X

Buax
23-01-2008, 06:12 PM
I found it really hard & annoying to try to understand what you were trying to ask. I think you want to know the HTML code to add in a music-player into your website?



<embed src="URL_HERE" width="100%" height="40" autostart="True" controls="playbutton" showstatusbar="false" autoplay="true" uimode="mini"> </embed></object><br>


That should work fine. It's set to be as long (Width-wise) as possible and 40 pixels high. Which look's quite nice as I am assuming you're using iFrames.

Hope I helped & good luck with your radio-project.

Blazz
25-01-2008, 07:58 PM
PLZ PLZ PLZ PLZ

IF U GOT THE AWNSER

[email protected]


MITE BE A FEW HCS IN IT FOR U X

Do you mean a radio code?

Here it is.

<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://ip:port/">
<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>

Maybe try google next time :O

H0BJ0B
25-01-2008, 11:22 PM
<object id="MediaPlayer1" width=180 height=50
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..."
type="application/x-oleobject" align="middle">
<param name="FileName" value="IP.IP.IP.IP: PORT">
<param name="AutoStart" value="0">
<param name="ShowStatusBar" value="True">
<param name="DefaultFrame" value="mainFrame">
<embed type="application/x-mplayer2" pluginspage = http://www.microsoft.com/Windows/MediaPlayer/ src="IP.IP.IP.IP: PORT" align="middle" width=176 height=144 defaultframe="rightFrame" showstatusbar=true>
</embed>
</object>

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