Visit SlideShowPro.net  Community Forums
SlideShowPro Help Wiki
  

Products

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Standalone

SlideShowPro Director

SlideShowPro Director Hosting

ThumbGrid

Additional support

  1. Community forums
  2. Email support staff

Company

  1. Products
  2. About SlideShowPro
  3. News
  4. Follow SlideShowPro on Twitter

SlideShowPro for Flash

imageRollOut

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

Dispatched when slideshow content is rolled-out 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 traces to the Output panel "over" or "out" when a user's mouse rolls into and out of slideshow content.

import net.slideshowpro.slideshowpro.*;
function onImageEvent(event:SSPImageEvent) {
	if (event.type=="imageRollOver") {
	   trace("over");
	}
	if (event.type=="imageRollOut") {
	   trace("out");
	}
}
my_ssp.addEventListener(SSPImageEvent.IMAGE_ROLLOUT, onImageEvent);
my_ssp.addEventListener(SSPImageEvent.IMAGE_ROLLOVER, onImageEvent);

Page last modified by tdominey on May 24, 2009, at 05:00 AM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing