advertisement

Article:
  Build a Simple MP3 Player for Your Site
Subject:   Multiple MP3 files
Date:   2007-10-21 05:01:54
From:   MarcusR
Hello,


I'm a beginner with JavaScript, and I would like to include a MP3 player (like a junk box) to play multiple MP3 files in my blogspot space. How can I do it? I need to write a javascript to include both MP3 player and my playlist in a single file (to include in a single blogspot element.


Any help?


Thanks in advance,


Marcus

Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • Multiple MP3 files
    2007-10-21 05:06:25  MarcusR [Reply | View]

    I already have an embedded code to play a single MP3 file.


    <embed l width="180"
    autostart="true" src="http://www.hdtvweb.net/mp3/comunidade_dominus_maria.mp3" p="false" height="40"></embed>


    Now, i would like to improve it to play multiple MP3 files.

    Once again, Thanks.

    Marcus
    • David Battino photo Multiple MP3 files
      2007-10-24 21:29:29  David Battino | O'Reilly Blogger [Reply | View]

      @Marcus: Would m3u playlists work? There's a demo of them in the newer version of this article. If you want the ability to select titles from a list, a more elaborate player such as Wimpy might be a better choice.