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.
Printable View
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.
HTML 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://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>
Erm +Rep.
Another problem, how do i get the radio up when i click on download the plugin in FF
New radio player code:
Open notepad and enter this: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>
Save it as radio.asx and upload to public_html.Code:<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>
This is assuming your domain is paintballfm.com. Otherwise state and I'll edit the player code for you.
Cushioned here,
Here's a Simple one:
Just enter it where you want it.Code:
<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>
I believe that should be it.
Tell me if it doesn't work.
Thanks.
Actually, his way is alot better for a few reasons. I would prefer using iUnknown
Yours won't work in firefox. You need an ASX file for it to work in firefox.