Xml mp3 help

Hi im trying to create an xml mp3 player and have done the tutorials here, but its hard for me to understand incorporating it with my own xml, plus my xml is a little different than the one in the mp3 tutorial. I made a fla file with button rollovers and a tracktitle…

I just need help coding it I guess. Here is how my xml is set up:

<playlist>
    <sound src="http://www.easyasair.com/1/68/download.aspx" stream="true" soundbuffer="5">TrackTitle1</sound>
    <sound src="http://www.easyasair.com/1/69/download.aspx" stream="true" soundbuffer="5">TrackTitle2</sound>
    <sound src="http://www.easyasair.com/1/70/download.aspx" stream="true" soundbuffer="5">TrackTitle3</sound>
    <sound src="http://www.easyasair.com/1/71/download.aspx" stream="true" soundbuffer="5">TrackTitle4</sound>
</playlist>

You can find me FLA here --> http://ostari.com/ronnie/mp3player.zip

Any help is greatly appreciated.