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

Page last modified by tdominey on May 21, 2009, at 07:50 AM

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

Dispatched when slideshow content is aligned.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
wThe formatted width of the slideshow content.
hThe formatted height of the slideshow content.
xThe current x position of the slideshow content.
yThe current y position of the slideshow content.

Examples

The following traces the x and y position of the aligned content.

import net.slideshowpro.slideshowpro.*;
function onImageAlignEvent(event:SSPImageFormatEvent) {
   trace(event.x + " " + event.y);
} 
my_ssp.addEventListener(SSPImageFormatEvent.IMAGE_ALIGN, onImageAlignEvent);

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