I am trying to get your Image Folio to work with
Highslide JS. The only problem is I'm not quite sure where to put the code.
I would place the Java in the containing HTML file but how would I have the Flash doc make the call out.
THis is how they want to you to markup the thumbnails in HTML:
<a href="images/full-image.jpg" class="highslide"
onclick="return hs.expand(this)">
<img src="images/thumbnail.jpg" alt="Highslide JS"
title="Click to enlarge" height="120" width="107" /></a>
Any ideas?