
slideShowProInstance.startup
Property; a String value that dictates what the component does after successfully loading its gallery data. Available options include "Load Album", "Load Album Then Wait", "Load Data Then Wait" and "Open Gallery".
When set to "Load Album", SlideShowPro will startup by loading (by default) the first album in your gallery, and then request the first piece of content in that album.
When set to "Load Album Then Wait", the first album in the gallery is loaded, but no content is requested. SlideShowPro then waits for the user to request an image/video.
When set to "Load Data Then Wait", the gallery data is loaded but no albums are loaded. SlideShowPro then waits for the user to request an album.
When set to "Open Gallery", the gallery interface opens; allowing the user to choose which album they'd prefer to see.
The default setting is "Load Album".
The following example opens the gallery at startup:
my_ssp.startup = "Open Gallery";