HTML code for streaming MXP radio on my websites, and blogs?

Need help in the world of technology? Here is the section for you, or talk about your favourite tech related topic, or what is new in the world of tech here.
Post Reply
User avatar
froggyboy604
Anime music gaming Fanatic
Posts: 37514
Joined: Thu Aug 18, 2005 11:28 pm
Contact:

HTML code for streaming MXP radio on my websites, and blogs?

Post by froggyboy604 »

Can someone help me with writing some html code , so i can stream mxp radio on my websites, blogs, and other sites that allow html code to be posted.

I just think mxp radio will make good back ground music for my sites and blogs.
SetoTK
Low flying mountains just to the right.
Posts: 5093
Joined: Tue Aug 16, 2005 8:34 pm
Location: localhost
Contact:

Post by SetoTK »

Windows Media Player Code

Code: Select all

<OBJECT id="VIDEO" width="140" height="80" 
	CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
	type="application/x-oleobject">
	
	<PARAM NAME="URL" VALUE="http://www.lwnetwork.org.uk/media_files/mxp.m3u">
	<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
	<PARAM NAME="AutoStart" VALUE="true">
	<PARAM name="uiMode" value="mini">
	<PARAM name="PlayCount" value="1">
	<PARAM name="Volume" value="100">
</OBJECT>
Last edited by SetoTK on Wed Oct 03, 2007 9:42 pm, edited 1 time in total.
I never really understood Thursdays.
User avatar
froggyboy604
Anime music gaming Fanatic
Posts: 37514
Joined: Thu Aug 18, 2005 11:28 pm
Contact:

Post by froggyboy604 »

thanks.
SetoTK
Low flying mountains just to the right.
Posts: 5093
Joined: Tue Aug 16, 2005 8:34 pm
Location: localhost
Contact:

Post by SetoTK »

froggyboy604 wrote:thanks.
i edited code i accidently set it at 800px high
I never really understood Thursdays.
User avatar
froggyboy604
Anime music gaming Fanatic
Posts: 37514
Joined: Thu Aug 18, 2005 11:28 pm
Contact:

Post by froggyboy604 »

thanks.
User avatar
froggyboy604
Anime music gaming Fanatic
Posts: 37514
Joined: Thu Aug 18, 2005 11:28 pm
Contact:

Post by froggyboy604 »

Would it be possible to add the player to the front page of mxproject.com since the site isn't that exciting.

I need help doing it though cuz my HTML skills aren't that great.

I only added it to my Yuwie

www.yuwie.com/mxproject and my geocities site. www.geocities.com/thegamerzone .
Post Reply