advertisement

Article:
  Build a Simple MP3 Player for Your Site
Subject:   Multiple MP3 files
Date:   2007-10-21 05:06:25
From:   MarcusR
Response to: Multiple MP3 files

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

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • 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.