Photo gallery + setInterval + getURL

I follow kirupa tutorial to create an XML photo gallery and so far it went pretty well. I added setInterval to make the content rotate every 4 seconds, and that seems to work fine too. I would like to have the content text to be clickable. I know how to get the getURL to work with XML by using attacMovie & get the URL in the XML content such as<myItem name=“Item 1” url=“http://www.xxx.com/” /> but I can’t combine the getURL method with the photo gallery. The main functions that I need it to happen are the photo gallery that call dynamic content from the XML document, automatically rotate content (item1, item2, item3, …) every 4 seconds, and that content should be clickable and link to the URL. The last part is the one I can’t make it to work with the rest. I attached the zip file of my sample Flash, sample image & xml files here so you can see it. I didn’t include the part of getURL code in there because it messed up everything else, and I also didn’t include the XML doc with URL included here because it doesn’t work. Please help. I appreciate your advice.

Thank you in advance.