Xml

http://www.kirupa.com/web/xml/examples/MP3playlist.htm - I’m using this tutorial for an xml playlist. I am having a bit of a problem. I want to display album artwork. Can anyone help me with this?

<song title="song name" artist="artist name" src="mp3s/songs.mp3" />

This is what it looks like. Would I do something like this?
<song title=“song name” img=“albumart.jpg” artist=“artist name” src=“mp3s/songs.mp3” />

If so would how would I get this to work with pulling this extra data in flash?

I’m new to this and I’m pretty lost… if anyone can help that’d be great!