
slideShowProInstance.nextImageGroup();
None.
Nothing.
Method; instructs SlideShowPro to move the navigation links to the next group of options (if available).
This example assigns nextImage to the onRelease method of a movie clip with an instance name of "next_bttn":
next_bttn.onRelease = function() {
my_ssp.nextImageGroup();
}

