How can I have flash access the data labeled “artistplaylist”. Keep in mind that there will be more artist added as time goes on.
<?xml version="1.0" encoding="iso-8859-1"?>
<person>
<djname>name</djname>
<bio>
<![CDATA[text]]>
</bio>
<imagem>images/.jpg</imagem>
<artistplaylist>
<song path="track.mp3" title=""/>
<song path="track2.mp3" title=""/>
</artistplaylist>
</person>
<person>
<djname>name</djname>
<bio>
<![CDATA[text.]]>
</bio>
<imagem>images/.jpg</imagem>
<artistplaylist>
<song path="track.mp3" title=""/>
<song path="track2.mp3" title=""/>
</artistplaylist>
</person>
Thanks for the help