Visit SlideShowPro.net  Community Forums
SlideShowPro Support Wiki
  

Back
Products

ThumbGrid


Using ThumbGrid without Director

Additional support

  1. Community forums
  2. Email support staff

Company

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

prevThumbGroup

Event Object Type: net.slideshowpro.thumbgrid.TGRequestEvent
TGRequestEvent.type property = net.slideshowpro. thumbgrid.TGRequestEvent.PREV_THUMB_GROUP
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0

Dispatched when the prevThumbGroup() method is requested.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
numThe increment of the request (always -1)

Example

The following example traces the event to the Output panel.

import net.slideshowpro.thumbgrid.*;
function onRequestEvent(event:TGRequestEvent) {
   trace("Previous thumb group has been requested.");
}
my_tg.addEventListener(TGRequestEvent.PREV_THUMB_GROUP, onRequestEvent);

Page last modified by tdominey on May 12, 2010, at 01:53 PM
© 2011 SlideShowPro. All Rights Reserved.