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
preloadProgress
Page last modified by tdominey on March 03, 2009, at 03:23 PM

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

Dispatched whenever the amount of preloaded bytes changes.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
dataA number reflecting the percentage of data loaded thus far.

Examples

The following traces the percentage amount of data loaded whenever slideshow content is requested:

import net.slideshowpro.slideshowpro.*;
function onPreloadProgress(event:SSPPreloadEvent) {
   trace("percentage loaded: " + event.data);
} 
my_ssp.addEventListener(SSPPreloadEvent.PRELOAD_PROGRESS, onPreloadProgress);


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