
slideShowProInstance.previousImage();
None.
Nothing.
Method; instructs SlideShowPro to change the display mode to manual and load the previous image in queue (sequentially or randomly as set by the contentOrder property).
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.previousImage();
}

