PDA

View Full Version : Radio Code Info [+Rep]



RyanDOT
08-07-2008, 06:37 PM
K can someone get the code, and add this info at where it should be put.

IP - sc.paintballfm.com
Port - 8012

If it includes Password, put it in bold so i can put it in

+Rep for person who does it.

Robbie
08-07-2008, 07:16 PM
<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" width="175" height="45" standby="Loading" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715">
<param name=" id="player="player"" url="http://sc.paintballfm.com:8012" value="true" />
<param name="CONTROLS" value="Imagewindow" />
<param name="ShowStatusBar" value="false" />
<param name="src" value="http://sc.paintballfm.com:8012" />
<param name="url" value="http://sc.paintballfm.com:8012" />
<param name="autostart" value="true" />
<param name="autoplay" value="true" />
<param name="Controls" value="playbutton" />
<param name="uimode" value="mini" />
<embed src="http://sc.paintballfm.com:8012" width="199" height="45" autostart="True" controls="playbutton" showstatusbar="false" url="http://sc.paintballfm.com:8012" autoplay="true" uimode="mini"> </embed></object>

RyanDOT
08-07-2008, 07:22 PM
Erm +Rep.

Another problem, how do i get the radio up when i click on download the plugin in FF

iUnknown
08-07-2008, 08:46 PM
New radio player code:


<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" width="175" height="45" standby="Loading" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715">
<param name=" id="player="player"" url="http://sc.paintballfm.com:8012" value="true" />
<param name="CONTROLS" value="Imagewindow" />
<param name="ShowStatusBar" value="false" />
<param name="src" value="http://paintballfm.com/radio.asx" />
<param name="url" value="http://paintballfm.com/radio.asx" />
<param name="autostart" value="true" />
<param name="autoplay" value="true" />
<param name="Controls" value="playbutton" />
<param name="uimode" value="mini" />
<embed src="http://paintballfm.com/radio.asx" width="199" height="45" autostart="True" controls="playbutton" showstatusbar="false" url="http://sc.paintballfm.com:8012" autoplay="true" uimode="mini"> </embed></object>Open notepad and enter this:


<ASX version="3.0">
<title>Radio</title>
<entry>
<title>Radio</title>
<author>Tech-Hosts.co.uk</author>
<ref href="http://sc.paintballfm.com:8012/"/>
</entry>
</ASX>

Save it as radio.asx and upload to public_html.

This is assuming your domain is paintballfm.com. Otherwise state and I'll edit the player code for you.

Cushioned
09-07-2008, 11:37 AM
Cushioned here,
Here's a Simple one:



<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://sc.paintballfm.com:8012">
<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>


Just enter it where you want it.
I believe that should be it.
Tell me if it doesn't work.
Thanks.

RyanDOT
09-07-2008, 06:12 PM
New radio player code:


<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" width="175" height="45" standby="Loading" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715">
<param name=" id="player="player"" url="http://sc.paintballfm.com:8012" value="true" />
<param name="CONTROLS" value="Imagewindow" />
<param name="ShowStatusBar" value="false" />
<param name="src" value="http://paintballfm.com/radio.asx" />
<param name="url" value="http://paintballfm.com/radio.asx" />
<param name="autostart" value="true" />
<param name="autoplay" value="true" />
<param name="Controls" value="playbutton" />
<param name="uimode" value="mini" />
<embed src="http://paintballfm.com/radio.asx" width="199" height="45" autostart="True" controls="playbutton" showstatusbar="false" url="http://sc.paintballfm.com:8012" autoplay="true" uimode="mini"> </embed></object>Open notepad and enter this:


<ASX version="3.0">
<title>Radio</title>
<entry>
<title>Radio</title>
<author>Tech-Hosts.co.uk</author>
<ref href="http://sc.paintballfm.com:8012/"/>
</entry>
</ASX>
Save it as radio.asx and upload to public_html.

This is assuming your domain is paintballfm.com. Otherwise state and I'll edit the player code for you.

sc.paintballfm.com is my shoutcast host. My site is raydeeohh.com

Cushioned
09-07-2008, 10:15 PM
Cushioned here,
Here's a Simple one:



<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://sc.paintballfm.com:8012">
<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>
Just enter it where you want it.
I believe that should be it.
Tell me if it doesn't work.
Thanks.

His way is more difficult. Just try this one. Enter it where you want it.

DJ::Beatz
10-07-2008, 03:30 AM
Actually, his way is alot better for a few reasons. I would prefer using iUnknown

Cushioned
10-07-2008, 10:05 AM
Actually, his way is alot better for a few reasons. I would prefer using iUnknown

What reasons?
And I was just giving him another option in case he wanted a quicker and simpler way to do it.

iUnknown
15-07-2008, 09:43 PM
Yours won't work in firefox. You need an ASX file for it to work in firefox.

Cushioned
16-07-2008, 08:10 AM
Yours won't work in firefox. You need an ASX file for it to work in firefox.

Oh, okay. I don't use FF, so I didn't know that.

skateforlife
10-08-2008, 06:27 PM
could you do one for me?

Host Address: joshedwards.cast-hosting.com
Portbase: 8332




pleasssssssseeeeeeeee?? lol

Cushioned
12-08-2008, 03:21 AM
could you do one for me?

Host Address: joshedwards.cast-hosting.com
Portbase: 8332
pleasssssssseeeeeeeee?? lol

Lol. Nice bump on an old thread much? Anyways... I'm using the asx one now. Much better.

Here is radio code:


<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" width="175" height="45" standby="Loading" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715
<param name=" id="player="player"" url="http://joshedwards.cast-hosting.com:8332 (http://joshedwards.cast-hosting.com:8332/)" value="true" />
<param name="CONTROLS" value="Imagewindow" />
<param name="ShowStatusBar" value="false" />
<param name="src" value="http://yoursitename.com/radio.asx (http://yoursitename.com/radio.asx)" />
<param name="url" value="http://yoursitename.com/radio.asx (http://yoursitename.com/radio.asx)" />
<param name="autostart" value="true" />
<param name="autoplay" value="true" />
<param name="Controls" value="playbutton" />
<param name="uimode" value="mini" />
<embed src="http://yoursitename.com/radio.asx (http://yoursitename.com/radio.asx)" width="199" height="45" autostart="True" controls="playbutton" showstatusbar="false" url="http://joshedwards.cast-hosting.com:8332 (http://joshedwards.cast-hosting.com:8332/)" autoplay="true" uimode="mini"> </embed></object>


Here is radio.asx file:


<ASX version="3.0">
<title>Radio</title>
<entry>
<title>Radio</title>
<author>God.</author>
<ref href="http://joshedwards.cast-hosting.com:8332"/>
</entry>
</ASX>


CHANGE ANYTHING RED TO YOUR SITE!

skateforlife
14-08-2008, 10:58 AM
thanks =] ill be doing tht when i come back of holiday =]

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