Thanks Rohang. Anyway it is for wordpress..rt? I needed one for blogger and found few soln's,. Like there are google gadgets available for the same.
Else you can create a playlist.One of my friend shared this.
Upload the MP3 files to a free host.
Next create a text file in notepad that includes the full path to the files you want to include.
Eg:
*www.THE_HOST_NAME.com/download/1.mp3
*www.THE_HOST_NAME.com/download/2.mp3
*www.THE_HOST_NAME.com/download/3.mp3
Save the file as .m3u. ex: Playlist.m3u
Upload the m3u file to a free host.
Copy the url address.
Replace Url_of_Your_Audio_File with the path to the .m3u.
The code goes like this
<embed src="Url_of_Your_Audio_File" autostart=false loop=false
height=62 width=144 controls="console"></embed>