add an additional frame onto the movieclip, duplicate the photomovieclip, and assign variables accordingly<<
Could you expand on this just a bit? I need to add 4 more band member pictures.
I’ve found the actions and added the code, but not sure how to add the “next” segements.
Any help?

psd und bite wo ist menu name xml
You will just need to add variables with (...member5, ...info6, etc), and the same in the xml file (just keep the same format). If you are referring to the “next” button, you’ll need all of the buttons to have code that reads:
on (release) { if (infoX != undefined){ nextFrame();} else {gotoAndStop(2);} }
where X is equal to the frame minus one (the button on frame 4 is info3)—just a bunch of copy and pasting and editing that number.
continue this until the last frame, and simply place the button that defaults on the last frame there instead. hope that helps and thanks for the purchase.