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 March 27, 2009, at 11:51 AM

Usage

listenerObject = new Object();
listenerObject.onXMLData = function(eventObject):Void {
   // Insert your code here.
}
slideShowProInstance.addEventListener("onXMLData", listenerObject);

Description

Event; broadcast to all registered listeners after XML data has been parsed. Event object contains the actual XML markup.

Example

The following example traces the XML markup that SlideShowPro loaded to the Output panel:

listenerObject = new Object();
listenerObject.onXMLData = function(eventObject):Void {
   trace(eventObject.data);
}
my_ssp.addEventListener("onXMLData", listenerObject);


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