I Need Some Help Making An XML File

Space Cataz

Pro Member
Messages
1,061
Reaction score
0
Points
0
I'm attempting to put an mp3 player on a website. I'm using POQBum's Flash Mp3 Player, but so far I've had no luck, I think the problem is that I'm creating my XML playlists incorrectly, can somebody please make me an XML playlist for this player? I just need a one song playlist, once I know the correct format and know that it works, I can build it from there. I'll supply the song for the playlist.
Arctic Monkeys - When The Sun Goes Down
Thanks
 
<?xml version="1.0" encoding="UTF-8"?>
<songs>
<song path="http://www.filelodge.com/files/hdd5/91583/Arctic%20Monkeys%20-%20When%20the%20Sun%20Goes%20Down.mp3" title="When The Sun Goes Down" />
</songs>
 
Originally posted by cultclassic@Jun 5 2006, 04:38 AM
<?xml version="1.0" encoding="UTF-8"?>
<songs>
<song path="http://www.filelodge.com/files/hdd5/91583/Arctic%20Monkeys%20-%20When%20the%20Sun%20Goes%20Down.mp3" title="When The Sun Goes Down" />
</songs>
:wub:
 
Does anybody know how to put this player in the space that the Myspace player usually goes? I was able to do it in Microsoft Frontpage, but It doesn't work when I post it in my profile.
 
Originally posted by Space Cataz@Jun 7 2006, 04:29 AM
Does anybody know how to put this player in the space that the Myspace player usually goes? I was able to do it in Microsoft Frontpage, but It doesn't work when I post it in my profile.
well you should be able to post that same piece of code in any place on your myspace and it should work :unsure:
 
Originally posted by Scythe+Jun 7 2006, 06:40 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (Scythe @ Jun 7 2006, 06:40 AM)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Space Cataz@Jun 7 2006, 04:29 AM
Does anybody know how to put this player in the space that the Myspace player usually goes? I was able to do it in Microsoft Frontpage, but It doesn't work when I post it in my profile.
well you should be able to post that same piece of code in any place on your myspace and it should work :unsure: [/b][/quote]
The myspace player space on myspace cannot be edited, it can be removed or added. So what I'd need is a code that would place the player in that space.
 
<embed>
<src="http://www.filelodge.com/files/hdd5/91583/Arctic%20Monkeys%20-%20When%20the%20Sun%20Goes%20Down.mp3">

this what you mean? :unsure:



or if you mean the one used here

then use this
 
To get the player all you have to do is search for the band that you want in music. If that band has a page they have their own players on the page, you just click Add next to the song you want and it will add it to your profile

so unfortunately i dont think theres a way of making that player with your own xml file
 
Back
Top