Why don’t you add a caption area for the title or note of the images?
Posted 10 months ago
V2 OF THIS FILE IS NOW AVAILABLE (MULTI GALLERY SUPPORT AND COMMENTS FOR EVERY IMAGE )
HOW it works?
Loading image from an external XML file. Easy for you to add/remove images. Support unlimited images.
FEATURES :
Slide Show function
Full Screen mode
Resizable stage
Buttons for play, stop, next, previous
Peoples found a problem on slide show function. Open the *.fla file and change ‘fade’ function with this:
function fade(arg) {
container["img"+arg]._visible = true;
container["img"+arg]._alpha += 2;
for (j=0; j<photos.length; j++) {
if (j != arg and container["img"+j]._alpha>0) {
container["img"+j]._alpha -= 5;
if (container["img"+j]._alpha<=5) {
container["img"+j]._visible = false;
}
}
}
if (container["img"+arg]._alpha>=100) {
clearInterval(fadeInterval);
}
}
Posted 10 months ago
Val’e has sent me an updated file to correct the problems. I highly recommend this file as it is much better than more expensive files on this site and the developer is very quick to respond to inquiries.
Bit
Posted 10 months ago
Good work…. i love your work. can you add some text when viewing the images or captions or perhaps the description of each images that is included in the XML too.. 
vale, I can not expand .rar file (I’m on a Macintosh) can you supply as a .zip file format. any help would be greatly appreciated. thx, joe
Posted 9 months ago