Thumbnailer.triggerThumb

Availability

Flash Player 6

Usage

myThumbnailer.triggerThumb(index:Number)

Parameters

index - index of the thumbnail to trigger.

Returns

Nothing.

Description

Method; triggers the thumbnail. Same actions will be performed as when user clicks on the thumbnail.

Example

The following code will trigger the third thumbnail:

myThumbnailer.triggerThumb(2);