Topic: SV-Pro loadInit question - multiple galleries
I understand you can change the imageFrameColor (From the multiplegalleries.fla) using:
if (galleryId == 1){
com.airtightinteractive.apps.viewers.simpleViewer.Options.imageFrameColor = 0xffffff;
}else{
com.airtightinteractive.apps.viewers.simpleViewer.Options.imageFrameColor = 0xff00ff;
}
}
Question is, can you apply the same logic and do:
com.airtightinteractive.apps.viewers.simpleViewer.Options.imagePath = "galleryx/gallery.xml";
thanks