« Back to slideshowpro.net
SlideShowPro Help Wiki
Recent changes / Search

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Director

SlideShowPro Director Hosting

SlideShowPro ThumbGrid

Extras

Screencasts

Page last modified by afrmx on November 14, 2008, at 12:01 AM

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

Dispatched when slideshow content is clicked by the viewer's mouse.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
numThe numerical order of the content.

Example

The following example send an image click notice to the Output panel:

import net.slideshowpro.slideshowpro.*;
function onSlideShowClick(event:SSPImageEvent) {
	if (event.type=="imageClick") {
		trace("Image was clicked");
	}
}
my_ssp.addEventListener(SSPDImageEvent.IMAGE_CLICK, onSlideShowClick);

© 2008 Dominey Design Inc. All Rights Reserved.
About | Contact | Privacy policy | License agreements