I have a photographer’s portfolio site in the works. I’m using loadMovie connected to thumbail buttons of each photo to show a larger version of the photo. Here is the script:
on (release) {
_root.contents.loadMovie(“1ed.swf”);
}
Now the photographer would also like to have a next/previous arrow buttons so the user can click through like a slide show. Is there a way to have Flash know what movie is currently loaded and based on that information go to the next or previous?
I don’t have the capability to write this, but I’m really good at copy/paste!
Any help or direction to a tutorial would be greatly appreciated.