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

loadThumb

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

Dispatched when the loadThumb() method is requested.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
numThe thumb number to load.

Example

The following example traces the event to the Output panel.

import net.slideshowpro.thumbgrid.*;
function onRequestEvent(event:TGRequestEvent) {
   trace("Thumb number " + event.num + " has been requested");
}
my_tg.addEventListener(TGRequestEvent.LOAD_THUMB, onRequestEvent);

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