
slideShowProInstance.setStartAlbum(albumID, number);
albumID — The ID of the album to load.
number — The number of the image (inside "albumID") to load. Minimum value is 0, maximum value is total number of images in the album (minus 1 to accommodate for zero-index).
Nothing.
Method; Instructs SlideShowPro which album and (optional) image number the component should first display at startup. Note: This method will be overridden if permalinks is set to "On", and the browser URL contains a valid permalink when the SWF is loaded. Using this method will also override galleryAppearance if set to "Startup".
This example assigns image #40 (in the navigation) inside the "nature" album:
my_ssp.setStartAlbum("nature",39);

