
slideShowProInstance.loadImageNumber(number);
number The image number to load.
Nothing.
Method; Loads the image in the current album associated with the numerical array value. Minimum value is 0, while the maximum is the total number of images in the current album.
The following example tells the instance of SlideShowPro to load the first image in the current album:
my_ssp.loadImageNumber(0);

