Create a MovieClip for each new Tag in a XML file - Is it possible?

I am trying to make a dynamic page in a website that shows events of a certain place. For that i want to everytime i click in a certain event that same event is defined as a button and then shows a certain image.

What i am trying to do is when i have an event inside an xml like this:


<GALLERY>
<EVENT>

<title>Event</title>
<description> Event description </description>
</EVENT>
</GALLERY>

it creates a clickable movieclip for each new <EVENT> tag. Is it possible? If so, how can i do it?:puzzle: