I tried to use the XML menu V3.0 from http://www.kirupa.com/forum/showthread.php?t=124931
and put the Xml gallery with Thumbnails but not slideshow, the problem is that the gallery displayed as slide show!!!
anyone know what is going on?!
I tried the first image scripts
function firstImage() {
if (loaded == filesize) {
picture._alpha = 0;
picture.loadMovie(image[0], 1).stop;
desc_txt.text = description[0];
}
}
or
function firstImage() {
if (loaded == filesize) {
picture._alpha = 0;
picture.loadMovie(image[0], 1);
desc_txt.text = description[0];
picture.image[0].pause;
}
}
can anyone give me some hints!??!