Monday, June 9, 2008

How to add a playlist to your Blog

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.
EX:
http://www.FREHOST.com/download/1.mp3
http://www.the_host_name.com/download/2.mp3 http://www.FREHOST.com.com/download/3.mp3 http://www.FREHOST.com/download/4.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.



Code:
<embed src="Url_of_Your_Audio_File" autostart=false loop=false
height=62 width=144 controls="console"></embed>

No comments:

Post a Comment