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

nextImageGroup

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

Dispatched when the next image group button in the navigation is disabled, enabled, and/or clicked.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
modeA string containing the event the occurred. Values include "enabled", "disabled" or "click".

Examples

The following traces when a button is enabled and/or disabled.

import net.slideshowpro.slideshowpro.*;
function onNavButtonEvent(event:SSPNavButtonEvent) {
   if (event.mode=="disabled") {
      trace(event.type + " button was disabled");
   }
   if (event.mode=="enabled") {
      trace(event.type + " button was enabled");
   }
} 
my_ssp.addEventListener(SSPNavButtonEvent.NEXT_IMAGE, onNavButtonEvent);
my_ssp.addEventListener(SSPNavButtonEvent.PREV_IMAGE, onNavButtonEvent);
my_ssp.addEventListener(SSPNavButtonEvent.NEXT_IMAGE_GROUP, onNavButtonEvent);
my_ssp.addEventListener(SSPNavButtonEvent.PREV_IMAGE_GROUP, onNavButtonEvent);


Page last modified by tdominey on March 03, 2009, at 03:22 PM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing