Help w Kirupa Thumbnail Gallery Tutorial

I’m trying to use this tutorial to display my web portfolio…

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

I can get the thumbnail menu to work fine.

I would like the screen shots of my various websites that load into the main area to act as links to their respective pages, just like the kirupa demo swf shows.

Problem 1:
I can’t get the outgoing web links to work…

I’ve tried downloading the final source files for this tutorial, and the outgoing web links for each picture don’t work on the exported swf…

I would appreciate anyone’s help who’s used this tutorial.

http://www.kirupa.com/developer/mx2004/code/thumbnail_final.zip

Problem 2:
The horizontal scrolling of thumbnails ceases to function when the swf if loaded externally. It’s probably a scoping issue, but I’m lost here…

If you can get the outgoing links to work or get the horizontal scrolling to work when the swf is loaded externally, pls tell me what I’m doing wrong! Does xml only work remotely?

Here’s the xml from the final source files I dled, my code is similar except with my own links and pics:

<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<images>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/kresge.jpg</image>
<caption>Kresge</caption>
<thumbnail>http://www.kirupa.com/developer/mx2004/pg/kresge_sm.jpg</thumbnail>
<link>http://web.mit.edu/evolving/projects/kresge/</link>
</pic>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/medialab.jpg</image>
<caption>Media Lab</caption>
<thumbnail>http://www.kirupa.com/developer/mx2004/pg/medialab_sm.jpg</thumbnail>
<link>http://www.media.mit.edu/</link>
</pic>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/stata.jpg</image>
<caption>Stata Center</caption>
<thumbnail>http://www.kirupa.com/developer/mx2004/pg/stata_sm.jpg</thumbnail>
<link>http://web.mit.edu/evolving/projects/kresge/</link>
</pic>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/stata_lobby.jpg</image>
<caption>Stata Lobby</caption>
<thumbnail>http://www.kirupa.com/developer/mx2004/pg/stata_lobby_sm.jpg</thumbnail>
<link>http://www.eecs.mit.edu/stata-link.html</link>
</pic>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/construction.jpg</image>
<caption>Construction</caption>
<thumbnail>http://www.kirupa.com/developer/mx2004/pg/construction_sm.jpg</thumbnail>
<link>http://web.mit.edu/evolving/projects/cogsci/index.html</link>
</pic>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/dome.jpg</image>
<caption>The Dome</caption>
<thumbnail>http://www.kirupa.com/developer/mx2004/pg/dome_sm.jpg</thumbnail>
<link>http://web.mit.edu/</link>
</pic>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/structure.jpg</image>
<caption>Structure</caption>
<thumbnail>http://www.kirupa.com/developer/mx2004/pg/structure_sm.jpg</thumbnail>
<link>http://www.som.com</link>
</pic>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/boston.jpg</image>
<caption>Boston</caption>
<thumbnail>http://www.kirupa.com/developer/mx2004/pg/boston_sm.jpg</thumbnail>
<link>http://www.boston.com</link>
</pic>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/glass.jpg</image>
<caption>Glass</caption>
<thumbnail>http://www.kirupa.com/developer/mx2004/pg/glass_sm.jpg</thumbnail>
<link>http://www.som.com</link>
</pic>
<pic>
<image>http://www.kirupa.com/developer/mx2004/pg/baker.jpg</image>
<caption>Baker House</caption>
<thumbnail>http://www.kirupa.com/developer/mx2004/pg/baker_sm.jpg</thumbnail>
<link>http://baker.mit.edu</link>
</pic>
</images>