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

