
slideShowProInstance.albumBackgroundColor
Property; a String containing the hex value for each album background. The default value is "#303030".
The following example changes the background color of each album to white:
my_ssp.albumBackgroundColor = "0xFFFFFF";

