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

