I need the actionscript to load in the following XML file in Flash 8

Code:
<?xml version="1.0 envoding="IS0-8859-1"?> 
<events> 
   <event> 
      <date>7/7/07</date> 
      <event>EventName</event> 
      <location>VenueName</location> 
      <music>DJName</music> 
      <charge>$20</charge> 
      <ages>21+</ages> 
      <flyer>www.flyerlink.com</flyer> 
   </event>       
</events>
Each element should be in its own dynamic text field and I should be able to call several instances of it...i.e. add another <events> code block and have that come up underneath the existing info.

I've search high and low to try to do this myself and I've failed miserably.