HOW DO I EMBED WMP ON MY WEBSITE TO STREAM MY MUSIC LIST?!?!
WMPTalk.com Forum Index WMPTalk.com
Discuss Windows Media Player
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web wmptalk.com
HOW DO I EMBED WMP ON MY WEBSITE TO STREAM MY MUSIC LIST?!?!

 
Post new topic   Reply to topic    WMPTalk.com Forum Index -> Windows Media on Web
Author Message
Stephanie
Guest





Posted: Thu Sep 22, 2005 4:30 pm    Post subject: HOW DO I EMBED WMP ON MY WEBSITE TO STREAM MY MUSIC LIST?!?! Reply with quote

I have never been so distressed!

I am creating a website on spaces.msn.com

I see several other websites where there is a little box with Windows Media
Player, playing selected songs by the webmaster.

Since it is spaces.msn.com, I don't think we are allowed to edit the html of
the website, but you can insert HTML into your site by inserting some kind of
powertoy.

I feel as though I have searched everywhere I possibly could online to find
simple instructions on how to add music to my website (with a play and stop
button for visitors) but am confused as to why these instructions are so hard
to find...yet every other website has music or is streaming video on their
website. Why so illusive???

Can someone out there...PLEASE HELP ME...before I pull all of my hair out!

Thanks!
Steph

Back to top
Stephanie
Guest





Posted: Thu Sep 22, 2005 4:30 pm    Post subject: RE: HOW DO I EMBED WMP ON MY WEBSITE TO STREAM MY MUSIC LIST Reply with quote

ok, I found this...now what if I want to play more than one song, like a
jukebox...? What could I add to this...?

Thank you so much everyone in advance for helping out.

<OBJECT
ID="mediaPlayer"
CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
STANDBY="Loading Song of the Day..."
TYPE="application/x-oleobject">
<PARAM NAME="fileName"
VALUE="http://hotwired.lycos.com/webmonkey/radio/WMRadio7.mp3">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="true">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true">
</OBJECT>

"Stephanie" wrote:

Quote:
I have never been so distressed!

I am creating a website on spaces.msn.com

I see several other websites where there is a little box with Windows Media
Player, playing selected songs by the webmaster.

Since it is spaces.msn.com, I don't think we are allowed to edit the html of
the website, but you can insert HTML into your site by inserting some kind of
powertoy.

I feel as though I have searched everywhere I possibly could online to find
simple instructions on how to add music to my website (with a play and stop
button for visitors) but am confused as to why these instructions are so hard
to find...yet every other website has music or is streaming video on their
website. Why so illusive???

Can someone out there...PLEASE HELP ME...before I pull all of my hair out!

Thanks!
Steph
Back to top
Sebastian Gottschalk
Guest





Posted: Thu Sep 22, 2005 4:30 pm    Post subject: How do I embed media on my website to stream my music? (was: Reply with quote

Stephanie wrote:

Quote:
Sebastian...thank you for being so helpful, but I am afraid that was like
German to me...

Hm... do you know what a signature is and in what relation to the actual
posting it stands? Hint: none.
Better learn quoting.
Or don't you have any clue about standard conformant HTML and you're too
lazy to read the spec or any simply reference like SelfHTML?

Quote:
I even see smiley faces in that code below...why include
"blah" in your response? What is "Blah" mean?

"blah" is a meaningless phrase like "foobar", "hazzabalooza",
"wallawalladingdong" or "peace on earth".
Simply the IFrame just needs a unique name. And I forget to include the
<base target="blah"> before the IFrame, or at least a target="blah" in the
Anchor tags.
--
Dieser Schrieb stellt eine private Meinungsäußerung des Verfassers im
Sinne der gesetzlich garantierten Meinungsfreiheit dar. Wem das nicht
passt, der wende sich an das Bundesverfassungsgericht. Viel Erfolg!
Key: 0xA0E28D18 FP: 83AE 1136 1E2B 9767 8FB2 7594 4128 1A9E A0E2 8D18

Back to top
Neil Smith [MVP Digital M
Guest





Posted: Thu Sep 22, 2005 4:30 pm    Post subject: Re: HOW DO I EMBED WMP ON MY WEBSITE TO STREAM MY MUSIC LIST Reply with quote

On Thu, 22 Sep 2005 07:21:09 -0700, Stephanie
<Stephanie@discussions.microsoft.com> wrote:

Quote:
ok, I found this...

That'll work well enough for most people (it's not optimal, but then
neither is MSN spaces ;-)

Quote:
now what if I want to play more than one song, like a
jukebox...? What could I add to this...?

Well, you need to add a playlist, and use that as the filename,
instead of an individual file. Create something like this in notepad:


<ASX version="3.0">
<TITLE>my playlist</TITLE>
<ENTRY>
<REF
href="http://hotwired.lycos.com/webmonkey/radio/WMRadio-track1.mp3" />
</ENTRY>
<ENTRY>
<REF
href="http://hotwired.lycos.com/webmonkey/radio/WMRadio-track2.mp3" />
</ENTRY>
<ENTRY>
<REF
href="http://hotwired.lycos.com/webmonkey/radio/WMRadio-track3.mp3" />
</ENTRY>
</ASX>

Obviously, change the paths from hotwired.com to whatever your MSN
spaces web address is - you have to include the full path, directory
and filename as well as the web server http://bla part !

Save is as, say "myplaylist.asx" (not myplaylist.asx.txt !) and upload
it to your webspace. Then change the filename="blah" below, to
filename="myplaylist.asx"

Windows media's ASX is one way to do this, but it also can use .pls
playlists, which are compatible with winamp etc. That might be a
better overall idea if you expect non-windows users to view your site.

As Sebastian says, it's often preferable to provide a list of links to
a playlist or individual tracks as well / instead of forcing a
specific choice of media player on people hearing your tracks.

HTH
Cheers - Neil

Quote:
Thank you so much everyone in advance for helping out.

OBJECT
ID="mediaPlayer"
CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
STANDBY="Loading Song of the Day..."
TYPE="application/x-oleobject"
PARAM NAME="fileName"
VALUE="http://hotwired.lycos.com/webmonkey/radio/WMRadio7.mp3"
PARAM NAME="animationatStart" VALUE="true"
PARAM NAME="transparentatStart" VALUE="true"
PARAM NAME="autoStart" VALUE="true"
PARAM NAME="showControls" VALUE="true"
/OBJECT

"Stephanie" wrote:

I have never been so distressed!

I am creating a website on spaces.msn.com

I see several other websites where there is a little box with Windows Media
Player, playing selected songs by the webmaster.

Since it is spaces.msn.com, I don't think we are allowed to edit the html of
the website, but you can insert HTML into your site by inserting some kind of
powertoy.

I feel as though I have searched everywhere I possibly could online to find
simple instructions on how to add music to my website (with a play and stop
button for visitors) but am confused as to why these instructions are so hard
to find...yet every other website has music or is streaming video on their
website. Why so illusive???

Can someone out there...PLEASE HELP ME...before I pull all of my hair out!

Thanks!
Steph
Back to top
Stephanie
Guest





Posted: Thu Sep 22, 2005 4:30 pm    Post subject: Re: HOW DO I EMBED WMP ON MY WEBSITE TO STREAM MY MUSIC LIST Reply with quote

Sebastian...thank you for being so helpful, but I am afraid that was like
German to me...I even see smiley faces in that code below...why include
"blah" in your response? What is "Blah" mean?

"Sebastian Gottschalk" wrote:

Quote:
Stephanie wrote:

I feel as though I have searched everywhere I possibly could online to find
simple instructions on how to add music to my website (with a play and stop
button for visitors) but am confused as to why these instructions are so hard
to find...yet every other website has music or is streaming video on their
website. Why so illusive???

Because it's absolutely simple.

iframe name="blah" src="stop.htm"
a href="play.htm">Play</a> <a href="stop.htm">Stop</a

stop.htm:
[empty] :-)

play.htm:
object type="mime/type" data="file.ext">Oops, no plugin found.</object
--
Dieser Schrieb stellt eine private Meinungsäußerung des Verfassers im
Sinne der gesetzlich garantierten Meinungsfreiheit dar. Wem das nicht
passt, der wende sich an das Bundesverfassungsgericht. Viel Erfolg!
Key: 0xA0E28D18 FP: 83AE 1136 1E2B 9767 8FB2 7594 4128 1A9E A0E2 8D18
Back to top
Sebastian Gottschalk
Guest





Posted: Thu Sep 22, 2005 4:30 pm    Post subject: Re: HOW DO I EMBED WMP ON MY WEBSITE TO STREAM MY MUSIC LIST Reply with quote

Stephanie wrote:

Quote:
I feel as though I have searched everywhere I possibly could online to find
simple instructions on how to add music to my website (with a play and stop
button for visitors) but am confused as to why these instructions are so hard
to find...yet every other website has music or is streaming video on their
website. Why so illusive???

Because it's absolutely simple.

<iframe name="blah" src="stop.htm">
<a href="play.htm">Play</a>&nbsp;<a href="stop.htm">Stop</a>

stop.htm:
[empty] :-)

play.htm:
<object type="mime/type" data="file.ext">Oops, no plugin found.</object>
--
Dieser Schrieb stellt eine private Meinungsäußerung des Verfassers im
Sinne der gesetzlich garantierten Meinungsfreiheit dar. Wem das nicht
passt, der wende sich an das Bundesverfassungsgericht. Viel Erfolg!
Key: 0xA0E28D18 FP: 83AE 1136 1E2B 9767 8FB2 7594 4128 1A9E A0E2 8D18
Back to top
Stephanie
Guest





Posted: Thu Sep 22, 2005 4:30 pm    Post subject: RE: HOW DO I EMBED WMP ON MY WEBSITE TO STREAM MY MUSIC LIST Reply with quote

I guess I should also mention that I am working with WMP v10, if that makes a
difference. Also, on the spaces.msn.com website, I do not think I am allowed
to use Javascripting...only HTML...

"Stephanie" wrote:

Quote:
I have never been so distressed!

I am creating a website on spaces.msn.com

I see several other websites where there is a little box with Windows Media
Player, playing selected songs by the webmaster.

Since it is spaces.msn.com, I don't think we are allowed to edit the html of
the website, but you can insert HTML into your site by inserting some kind of
powertoy.

I feel as though I have searched everywhere I possibly could online to find
simple instructions on how to add music to my website (with a play and stop
button for visitors) but am confused as to why these instructions are so hard
to find...yet every other website has music or is streaming video on their
website. Why so illusive???

Can someone out there...PLEASE HELP ME...before I pull all of my hair out!

Thanks!
Steph
Back to top
zachd [ms]
Guest





Posted: Sun Oct 30, 2005 9:30 pm    Post subject: Re: HOW DO I EMBED WMP ON MY WEBSITE TO STREAM MY MUSIC LIST Reply with quote

"Neil Smith [MVP Digital Media]" <neil@nospam.com> wrote in message
news:r9j5j15fsbikdi3dqnia95sfpbk1kn2ss1@4ax.com...
Quote:
On Thu, 22 Sep 2005 07:21:09 -0700, Stephanie
Stephanie@discussions.microsoft.com> wrote:
Windows media's ASX is one way to do this, but it also can use .pls
playlists, which are compatible with winamp etc. That might be a
better overall idea if you expect non-windows users to view your site.

Note that .pls isn't supported by WMP, though...

-Z
--
(speaking for myself and doing this in my free time)
See http://zachd.com/pss/pss.html for some helpful WMP info.
This posting is provided "AS IS" with no warranties, and confers no rights.
Now Playing: "Music Sounds Better With You [Radio Edit]" by "Stardust" in
WMP10.
Back to top
Neil Smith [MVP Digital M
Guest





Posted: Mon Oct 31, 2005 5:30 pm    Post subject: Re: HOW DO I EMBED WMP ON MY WEBSITE TO STREAM MY MUSIC LIST Reply with quote

On Sun, 30 Oct 2005 11:39:18 -0800, "zachd [ms]"
<zachd@nomailplz.online.microsoft.com> wrote:

Quote:

"Neil Smith [MVP Digital Media]" <neil@nospam.com> wrote in message
news:r9j5j15fsbikdi3dqnia95sfpbk1kn2ss1@4ax.com...
On Thu, 22 Sep 2005 07:21:09 -0700, Stephanie
Stephanie@discussions.microsoft.com> wrote:
Windows media's ASX is one way to do this, but it also can use .pls
playlists, which are compatible with winamp etc. That might be a
better overall idea if you expect non-windows users to view your site.

Note that .pls isn't supported by WMP, though...

Hmm you're right - no idea how I came up with that misinformation !

Cheers - Neil
Back to top
 
Post new topic   Reply to topic    WMPTalk.com Forum Index -> Windows Media on Web All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Microsoft Office Forum New Topics
Powered by phpBB