Need help with XML driven mp3 dynamic buttons

I am trying to learn to control XML with Flash and I am now stuck. I perused the forums looking for an answer but I didn’t find exactly what I am looking for.

What I would like to know is how to make the buttons play the songs?

What do I need to learn?

I have attached the fla and here is the XML:

 
<playlist>

<song="" src="song 1" name="song one" />
<song="" src="song 2" name="song two" />
<song="" src="song 3" name="song three" />

</playlist>

I would appreciate any help on this matter. Thank you.