Open gallery.xml file and define mandotary values:
Location of images: imagePath="album1/images/"
Location of thumbnails: thumbPath="album1/thumbs/"
Each image name & caption. (caption is optional):<image><filename href="http://www.google.com">img01.jpg</filename><caption>Caption 1</caption></image>
Customise gallery with extra options to suit your website
Value(s)(default in bold for multiple choice values)
Description
maxImageWidth
400
Big images max width. Will fit to this size if image is bigger.
maxImageHeight
400
Big images max height
imageFit
normal, crop
normal: If big image is bigger than maxImageWidth and maxImageHeight then will fit it in that box crop: will crop big image to fit the max image size attribute
textColor
0x666666
text color for image caption displayed at the bottom of the big image
frameColor
0x666666
Color for frame arounf images
frameWidth
10
Width of the frame around big image. Set to 0 for frameless image
thumbFrameWidth
2
Width of the frame around thumbnails. Set to 0 for frameless image
stagePadding
10
Padding around gallery.
thumbnailColumns
2
Number of visible columns for thumbnails
thumbnailRows
4
number of visible rows for thumbnails
navPosition
right,left,top,bottom,none
Defines where show thumbnails. If set to none thumbnails are not shown
imagePath
images/
Path for images folder.
thumbPath
thumbs/
Path for thumbnails folder
thumbWidth
60
With for each thumbnail.
thumbHeight
60
Height for each thumbnail.
autoPlay
false
Automatically play slideshow on load
slideInterval
10
time between slideshow shows next image in seconds
imageDefaultLink
none,self
none: no link on the image
self: link to original image
use <filename href="http://www.google.com">img01.jpg</filename> to link image to any other url.
thumbSpace
5
Space between thumbnails
To load other xml file than default gallery.xml use extra parameter when embeding flash.
Important: if you are using javascript to activate flash, like one that comes with dreamweaver AC_RunActiveContent.js, then you need to add extra variables there as well.