fsplayer.api.IThumbnailsCollection Interface
The IThumbnailsCollection Interface represents a collection of slide thumbnails. It provides the following methods for retrieving thumbnail dimensions and accessing individual thumbnails.
| Methods |
|
Method |
Description |
|
getThumbnail(slideIndex:Number): ISlideThumbnail |
Returns the ISlideThumbnail interface representing the particular presentation thumbnail within thumbnails collection |
|
getThumbnailWidth():Number |
Returns thumbnail width in pixels |
|
getThumbnailHeight():Number |
Returns thumbnail height in pixels |
|
getThumbnailsCount():Number |
Returns the number of thumbnails in the presentation. |
Remarks
The IThumbnailsCollection interface is mainly used for the development of custom skins supporting thumbnails.
See also
ISlideThumbnail Interface
IPresentationInfo Interface
Flash
Presentation ActionScript API Reference