XML List to an Array

Hi All,

Newb to XML. Would someone show me some sample code on how to get the following XML into an Array in Flash MX called songList.


<XML>
   <Playlist>
   	<Song>
                      Police - EveryMoveYouMake.mp3
 	</Song>
	<Song>
                      Outkast - HeyYa.mp3
 	</Song>
	<Song>
                      Switchfoot - DareYouToMove.mp3
 	</Song>
   </Playlist>
</XML>