Visit SlideShowPro.net  Community Forums
SlideShowPro Help Wiki
  

Products

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Standalone

SlideShowPro Director

SlideShowPro Director Hosting

ThumbGrid

Additional support

  1. Community forums
  2. Email support staff

Company

  1. Products
  2. About SlideShowPro
  3. News
  4. Follow SlideShowPro on Twitter

SlideShowPro for Flash

galleryInfo

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);

Page last modified by tdominey on August 20, 2009, at 10:23 AM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing