Help - Search - Members - Calendar
Full Version: How to make a mp3 playlist for a website
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
mzminnie
I'm trying to make a music web site that has different artists and their songs. So it would look like this:

ARTIST NAME
-song1
-song2

ARTIST NAME2
-song1
-song2

Is there a way to double click the song and it will start playing? I tried using flash but the only way I know is each song would have the flash stop/play bar and I don't want that.
The music files are mp3s.

Thanks.
mzminnie
This is the code I have:

<object width=150 height=20>
<param name="src" value="http://www.ryecoontv.com/music/james1.mp3">
<param name="autoplay" value="false">
<param name="controller" value="true">
<param name="bgcolor" value="black">
<embed src="http://www.ryecoontv.com/music/james1.mp3" autostart="false" loop="false" width=200 height=20 controller="true" bgcolor="black"></embed>
</object>
mzminnie
And I don't want to navigate away from the page so I can't use

<a href='music'</a>
LifesGrt
mzminnie,
I get your problem, and had a very similar problem. Go to http://www.creatingplaylist.com where you can see some examples of website playlist and see if that's what you're trying to accomplish. If it is, they can help you there.

I was looking for a playlist that would handle video and MP3's in the same playlist, and that allowed me to use my own images. I wanted this for an online business I have so I could show testimonials, both video and audio.

Anyway, that's how I resolved my problem. They do charge for the course so I was hesitant even replying to your plea for help due to forum's guidelines, but somebody else referred me to http://www.creatingplaylist.com which was exactly what I was personally looking for and from what you're looking for sounds like that would be your solution too.

Good luck!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.