The RSS url with mp3 enclosures

530 views
Skip to first unread message

gul...@yahoo.com

unread,
Jan 5, 2013, 11:16:27 PM1/5/13
to flashmp...@googlegroups.com
Hello,
I am very new to all of these.  I am trying to insert a MULTI player on my web site. Everything looks good except that in the playlist show the whole location of the mp3 etc. (i.e. http://www......) How can I fix that?
I thought may be because I left the "playlistrss" blank.  What is "The RSS url with mp3 enclosures"?  An example would be great since I don't know anything about all of these.
Thanks.

charles...@gmail.com

unread,
May 24, 2013, 4:50:36 AM5/24/13
to flashmp...@googlegroups.com, gul...@yahoo.com

I have the same problem. How do we use "The RSS url with mp3 emclosures"? I don't understand...Please help me!!!

Tommy Smith

unread,
May 26, 2013, 3:09:42 PM5/26/13
to flashmp...@googlegroups.com, gul...@yahoo.com
To solve the problem, add the title parameter:
title=song 1|song 2|song 3

To answer your other question, the playlistrss parameter is for if you have a podcast or something, and you constantly want to change the music. In that case, you could create an XML file containing the following (or something similar):

<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>playlistrss</title>
<item>
<title>song 1</title>
<enclosure>http://flash-mp3-player.net/medias/another_world.mp3</enclosure>
</item>
<item>
<title>song 2</title>
<enclosure>http://flash-mp3-player.net/medias/another_world.mp3</enclosure>
</item>
<item>
<title>song 3</title>
<enclosure>http://flash-mp3-player.net/medias/another_world.mp3</enclosure>
</item>
</channel>
</rss>

And so on and so forth, whenever you want to change the list, you change the RSS file. This is useless is you don't update it often though, otherwise just use the title parameter mentioned above.
Reply all
Reply to author
Forward
0 new messages