Visit SlideShowPro.net  Community Forums
SlideShowPro Help Wiki
Recent changes / Search

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Standalone

SlideShowPro Director

SlideShowPro Director Hosting

ThumbGrid

Page last modified by tdominey on August 20, 2009, at 10:23 AM

Event Object Type: net.slideshowpro.slideshowpro.SSPDataEvent
SSPDataEvent.type property = net.slideshowpro.slideshowpro.SSPDataEvent.GALLERY_INFO
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0

Dispatched immediately after gallery data is parsed.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
dataContainer object for the gallery title and description.


The data object contains two properties:

title
(String) The title of the gallery.
description
(String) The description of the gallery.

Example

The following example sends the title of the gallery to the Output panel:

import net.slideshowpro.slideshowpro.*;
function onGalleryInfo(event:SSPDataEvent) {
	trace(event.data.title);
}
my_ssp.addEventListener(SSPDataEvent.GALLERY_INFO, onGalleryInfo);

© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing