I’ve been following through the Photo Gallery tutorial: http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm. I’ve been having problems making the next/prev buttons work, loading the image, and getting the <- -> keys to work consistently. Right works obviously at some times, changing the caption bit, but left doesn’t seem to do anything. Yet when I tested the listeners, they appeared to owrk - so the problem must be in the next/prevImage() function.
picture.loadMovie(image[0], 2);
This line tells the image to load, right? I’ve changed it to 2 coz it’s the second frame, is this correct?
I’m getting a bit frustrated with this.
I will post the .zip file when I get home, in a hour or so, it’s too big to upload.
Can anyone help?