PDA

View Full Version : Radio PLayer



Billybear
20-09-2008, 09:03 AM
Does any one have a radio player which works in Firefox and internet explorer ?

Thanks x

DJ-AD!
20-09-2008, 11:49 AM
I would also be interested in a code for firefox and IE

Calon
20-09-2008, 11:58 AM
There are so many frigging threads of people asking the SAME useless question, I find it really stupid that you can't just look up another site's code and edit the IP etc, Clubhabbo have the player which works in IE, firefox etc.

And there are numerous answered threads on this, I also know that this is the wrong section.

I refuse to give you an answer because I answered a thread on this last week.

BlueTackle
20-09-2008, 12:23 PM
Calon, seriously, just help them :S

Sorry guys I dont know any codes.

HotelUser
20-09-2008, 12:29 PM
<object height="40" width="145" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" name="player" 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://yoursite.com" value="true" />
<param name="CONTROLS" value="Imagewindow" />
<param name="ShowStatusBar" value="false" />
<param name="src" value="http://209.250.239.98:8724/" />
<param name="url" value="http://209.250.239.98:8724/" />
<param name="autostart" value="true" />
<param name="autoplay" value="true" />
<param name="Controls" value="playbutton" />
<param name="uimode" value="mini" /> <embed height="40" width="145" src="http://site.com/windowsmediafile.asx" autostart="True" controls="playbutton" showstatusbar="false" url="http://site.com/windowsmediafile.asx" autoplay="true" uimode="mini"></embed></object>

Calon
20-09-2008, 04:13 PM
*Removed*


Edited by ,Jess, (Forum Super Moderator): Please do not post to cause arguments.

BlueTackle
20-09-2008, 04:24 PM
so im thick am I??

thats how i got into a grammer school eh?

Calon
20-09-2008, 04:44 PM
so im thick am I??

thats how i got into a grammer school eh?
I am in a grammar school, and I imagine that everyone in our school can actually spell grammar.

BlueTackle
20-09-2008, 05:01 PM
So u dont think im in a grammar school?

Ur problem mate :S

Calon
20-09-2008, 05:12 PM
So u dont think im in a grammar school?

Ur problem mate :S
Idc if you're in a grammar school, you mis-read my post then started arguing with me. You can't spell grammar so your most likely not - I really don't care.

BlueTackle
20-09-2008, 05:20 PM
Can I just ask,

how many people actually like you?

Dentafrice
20-09-2008, 05:20 PM
Has anyone ever heard of viewing the ******* source to the page?

If you don't know how to do that, quit with websites.

I mean how long does it take..



<object height="45" width="175" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading" name="player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param value="true" url="http://www.mydomain.com" player="player" name=" id="/>
<param value="Imagewindow" name="CONTROLS"/>
<param value="false" name="ShowStatusBar"/>
<param value="http://myserverIP:myserverport/" name="src"/>
<param value="http://myserverIP:myserverport/" name="url"/>

<param value="true" name="autostart"/>
<param value="true" name="autoplay"/>
<param value="playbutton" name="Controls"/>

<param value="mini" name="uimode"/>
<embed height="45" width="199" uimode="mini" autoplay="true" url="http://www.mydomain.com/windowsmediafile.asx" showstatusbar="false" controls="playbutton" autostart="True" src="http://www.mydomain.com/windowsmediafile.asx"/> </object>


ASX File:



<ASX version = "3.0">
<Entry>
<title>Tuned into mySiteName</title>
<AUTHOR>mySiteName</AUTHOR>
<COPYRIGHT>Copyright © 2008 mySiteName</COPYRIGHT>
<!--
<Logo href = "" Style = "MARK" />
-->
<Ref href = "http://myServerIP:myServerPort" />

<BANNER HREF="">
<ABSTRACT>Click here to visit MySiteName!</ABSTRACT>
<MOREINFO HREF="http://www.mydomain.com" />
</BANNER>
</Entry>
</ASX>


How hard was that.. :|

Calon
20-09-2008, 06:08 PM
Has anyone ever heard of viewing the ******* source to the page?

If you don't know how to do that, quit with websites.

I mean how long does it take..



<object height="45" width="175" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading" name="player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param value="true" url="http://www.mydomain.com" player="player" name=" id="/>
<param value="Imagewindow" name="CONTROLS"/>
<param value="false" name="ShowStatusBar"/>
<param value="http://myserverIP:myserverport/" name="src"/>
<param value="http://myserverIP:myserverport/" name="url"/>

<param value="true" name="autostart"/>
<param value="true" name="autoplay"/>
<param value="playbutton" name="Controls"/>

<param value="mini" name="uimode"/>
<embed height="45" width="199" uimode="mini" autoplay="true" url="http://www.mydomain.com/windowsmediafile.asx" showstatusbar="false" controls="playbutton" autostart="True" src="http://www.mydomain.com/windowsmediafile.asx"/> </object>


ASX File:



<ASX version = "3.0">
<Entry>
<title>Tuned into mySiteName</title>
<AUTHOR>mySiteName</AUTHOR>
<COPYRIGHT>Copyright © 2008 mySiteName</COPYRIGHT>
<!--
<Logo href = "" Style = "MARK" />
-->
<Ref href = "http://myServerIP:myServerPort" />

<BANNER HREF="">
<ABSTRACT>Click here to visit MySiteName!</ABSTRACT>
<MOREINFO HREF="http://www.mydomain.com" />
</BANNER>
</Entry>
</ASX>


How hard was that.. :|
Exactly, and I actually pointed out the thread creator did this.

HotelUser
21-09-2008, 02:54 AM
Has anyone ever heard of viewing the ******* source to the page?

If you don't know how to do that, quit with websites.

I mean how long does it take..



<object height="45" width="175" codebase="/CODEBASE=http:/activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" standby="Loading" name="player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param value="true" url="http://www.mydomain.com" player="player" name=" id="/>
<param value="Imagewindow" name="CONTROLS"/>
<param value="false" name="ShowStatusBar"/>
<param value="http://myserverIP:myserverport/" name="src"/>
<param value="http://myserverIP:myserverport/" name="url"/>

<param value="true" name="autostart"/>
<param value="true" name="autoplay"/>
<param value="playbutton" name="Controls"/>

<param value="mini" name="uimode"/>
<embed height="45" width="199" uimode="mini" autoplay="true" url="http://www.mydomain.com/windowsmediafile.asx" showstatusbar="false" controls="playbutton" autostart="True" src="http://www.mydomain.com/windowsmediafile.asx"/> </object>
ASX File:



<ASX version = "3.0">
<Entry>
<title>Tuned into mySiteName</title>
<AUTHOR>mySiteName</AUTHOR>
<COPYRIGHT>Copyright © 2008 mySiteName</COPYRIGHT>
<!--
<Logo href = "" Style = "MARK" />
-->
<Ref href = "http://myServerIP:myServerPort" />

<BANNER HREF="">
<ABSTRACT>Click here to visit MySiteName!</ABSTRACT>
<MOREINFO HREF="http://www.mydomain.com" />
</BANNER>
</Entry>
</ASX>
How hard was that.. :|

Apparently......too hard :rolleyes:..

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