Help, I need an MP3 player

Discussion in 'HTML & Website Design' started by dwiser, Apr 17, 2009.

  1. #1
    Hello,

    I am trying to install an MP3 player/playlist onto my website so my guests can hear the audio files directly from my site without downloading them. I am trying to do this using an m3u file to create my playlist. My problem is that the music is audible but the playlist is not visible. Here is the code i am trying to embed:

    <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® Media Player components..." TYPE="application/x-oleobject" width="280" height="46">
    <param name="fileName" value="http://www.mysite.com/music/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.mysite.com/music/music.m3u" name="MediaPlayer1" width=280 height=46 autostart=0 showcontrols=1 volume=-300>
    </OBJECT>


    I have created the playlist in the m3u file and uploaded it to my server along with my mp3s but still the playlist does not show up on my site.

    Can somebody please help me?
     
    dwiser, Apr 17, 2009 IP
  2. Erratic-Evolutions

    Erratic-Evolutions Banned

    Messages:
    211
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try making a new page with just the player on it, if it works that its a conflict with the coding in which case you can just add that page in a frame possibly, hope that helped a bit.
     
    Erratic-Evolutions, Apr 17, 2009 IP