PDA

View Full Version : Streaming not working


RickJ
Oct 3, 2007, 03:46 AM
My fledgling try at streaming is not working: B. Wilks (http://www.bwilksmusic.com)

I've got the song (mp3) and music.m3u file in the listen folder.

Here's my code:


<OBJECT ID="MediaPlayer1" 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 Microsoft Windows&#174; Media Player components..." TYPE="application/x-oleobject" width="280" height="46">
<param name="fileName" value="http://www.bwilksmusic.com/listen/music.m3u">
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="false">
<param name="showControls" value="true">
<param name="Volume" value="-300">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.bwilksmusic.com/listen/music.m3u" name="MediaPlayer1" width=280 height=46 autostart=0 showcontrols=1 volume=-300>
</OBJECT>

And the music.m3u file is
http://www.bwilksmusic.com/listen/3_more_than_summer.mp3

Can anyone spot what I've got wrong?

Thanks!

RickJ
Oct 3, 2007, 03:51 AM
Aha, I may have found the problem! Checking it now...

*** Problem solved. I had copied the checked out music file from another folder... and the checked out symbol on it made me forget to upload it :)

Woo Hoo, it's working!

firmbeliever
Oct 3, 2007, 04:25 AM
Nice to see you being so helpful...
To yourself!
;)

RickJ
Oct 3, 2007, 06:26 AM
Every once in awhile that braincell in the back of my brain that was raising his hand gets called on :)