Photo Gallery using XML - Please help!

Hello all,

http://www.kirupa.com/developer/mx2004/thumbnails.htm

In the tutorial above when you click on the larger image it opens a new page window that you specify in the xml. Notice below the child where you can specify a link.

When you download the source files the xml has the following structure:
<image>Path to Image</image>
<caption>Image Caption</caption>
<thumbnail>Path to Thumbnail</thumbnail>
<link>http://Link to a new page</link>

However the actionscript in the flash has no reference to open a new page. Has anybody downloaded this tutorial and used this function. I would like to have this option so I can send the user to a specific website.

Any help will be greatly appreciated.

Hank