
slideShowProInstance.toggleGallery();
None.
Nothing.
Method; toggles the open / close state of the gallery.
This example assigns toggleGallery to the onRelease method of a movie clip with an instance name of "gallery_bttn":
gallery_bttn.onRelease = function() {
my_ssp.toggleGallery();
}

