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
onVideoPreviewRemove()
Page last modified by tdominey on February 23, 2009, at 11:57 AM

Usage

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

Description

Event; broadcast to all registered listeners when a preview image for a video has unloaded and is no longer visible.

Example

The following traces a confirmation message to the Output panel when the video preview image is removed:

listenerObject = new Object();
listenerObject.onVideoPreviewRemove = function():Void {
	trace("Video preview image has been removed");
}
my_ssp.addEventListener("onVideoPreviewRemove", listenerObject);


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