# Xml

**URL:** https://forum.kirupa.com/t/xml/218460
**Category:** Uncategorized
**Created:** [March 7, 2007, 11:20pm UTC](https://forum.kirupa.com/t/xml/218460 "2007-03-07T23:20:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Dr\_Abner\_Mellon](https://avatars.discourse-cdn.com/v4/letter/d/51bf81/32.png) [@Dr\_Abner\_Mellon](https://forum.kirupa.com/u/Dr_Abner_Mellon)
#### Post date: [March 7, 2007, 11:20pm UTC](https://forum.kirupa.com/t/xml/218460/1 "2007-03-07T23:20:55Z")

</div>

[http://www.kirupa.com/web/xml/examples/MP3playlist.htm](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?

```
&lt;song title="song name" artist="artist name" src="mp3s/songs.mp3" /&gt;

```

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!
