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

SlideShowPro for Flash
onPreloadInit()
Page last modified by tdominey on March 12, 2009, at 06:13 AM

Usage

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

Description

Event; broadcast to all registered listeners when a load request is made.

Example

The following example traces a message to the output panel when a load request has been made:

listenerObject = new Object();
listenerObject.onPreloadInit = function():Void {
   trace("preload initiated");
}
my_ssp.addEventListener("onPreloadInit", listenerObject);


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