Log in

View Full Version : Playing a Radio on your site? Help!



Yamba
29-10-2006, 10:20 PM
Okay I got a new server and I want to embed the media player on my site but I can find an ASX file anywhere to edit so I can embed the radio on my homepage. Can anybody find it or give me the URL to where I can download one?

Invent
29-10-2006, 10:24 PM
Hey.

Good luck if you're starting a radio ;]

My site's ASX File can be found at: http://mini-i-fm.net/winmedia.asx

or, actually this is the source of it:



<ASX version = "3.0">
<Entry>
<TITLE>Mini-I FM</TITLE>
<AUTHOR>www.Mini-I-Fm.net</AUTHOR>
<ref href = "http://208.101.50.164:1337/">
</Entry>
</ASX>



Just edit it for your site :] Then save it as winmedia.asx

-------

Then this is the Radio Player code:



<object width="173" height="35" align="middle" standby="Loading" name="player" codebase="CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">

<param value="true" url="winmedia.asx" name=" id=">

<param value="Imagewindow" name="CONTROLS">
<param value="false" name="ShowStatusBar">
<param value="winmedia.asx" name="src">

<param value="winmedia.asx" name="url">
<param value="true" name="autostart">
<param value="true" name="autoplay">
<param value="100" name="volume">
<param value="playbutton" name="Controls">

<param value="mini" name="uimode">
<embed width="173" height="35" align="middle" name="player" uimode="mini" autoplay="true" url="winmedia.asx" showstatusbar="false" controls="playbutton" autostart="true" src="winmedia.asx"></embed>
</object>

Yamba
29-10-2006, 10:30 PM
Can you give me the code for the radio player?

ebay
29-10-2006, 10:30 PM
very good info, i might use that as well, thanx and +rep

JamesRouale
29-10-2006, 10:35 PM
I would recommend the following:


http://www.mioplanet.com/rsc/embed_mediaplayer.htm

It explains the coding within the embedded player.

Bomb-Head
03-04-2007, 01:56 PM
Hey.

Good luck if you're starting a radio ;]

My site's ASX File can be found at: http://mini-i-fm.net/winmedia.asx

or, actually this is the source of it:



<ASX version = "3.0">
<Entry>
<TITLE>Mini-I FM</TITLE>
<AUTHOR>www.Mini-I-Fm.net</AUTHOR>
<ref href = "http://208.101.50.164:1337/">
</Entry>
</ASX>



Just edit it for your site :] Then save it as winmedia.asx

-------

Then this is the Radio Player code:



<object width="173" height="35" align="middle" standby="Loading" name="player" codebase="CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">

<param value="true" url="winmedia.asx" name=" id=">

<param value="Imagewindow" name="CONTROLS">
<param value="false" name="ShowStatusBar">
<param value="winmedia.asx" name="src">

<param value="winmedia.asx" name="url">
<param value="true" name="autostart">
<param value="true" name="autoplay">
<param value="100" name="volume">
<param value="playbutton" name="Controls">

<param value="mini" name="uimode">
<embed width="173" height="35" align="middle" name="player" uimode="mini" autoplay="true" url="winmedia.asx" showstatusbar="false" controls="playbutton" autostart="true" src="winmedia.asx"></embed>
</object>


Usefull to others, +rep :D

Invent
03-04-2007, 01:58 PM
Nice bump, :P.

Florx
04-04-2007, 01:00 PM
+rep nice!

Edit: Gotta Spread AGEN!

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