Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Web Development (https://www.askmehelpdesk.com/forumdisplay.php?f=467)
-   -   Streaming not working (https://www.askmehelpdesk.com/showthread.php?t=136530)

  • Oct 3, 2007, 03:46 AM
    RickJ
    Streaming not working
    My fledgling try at streaming is not working: B. Wilks

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

    Here's my code:

    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_...han_summer.mp3

    Can anyone spot what I've got wrong?

    Thanks!
  • Oct 3, 2007, 03:51 AM
    RickJ
    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!
  • Oct 3, 2007, 04:25 AM
    firmbeliever
    Nice to see you being so helpful...
    To yourself!
    ;)
  • Oct 3, 2007, 06:26 AM
    RickJ
    Every once in awhile that braincell in the back of my brain that was raising his hand gets called on :)

  • All times are GMT -7. The time now is 03:52 AM.