Thumbnailer.loadThumbnails
Availability
Flash Player 6
Usage
myThumbnailer.loadThumbnails(thumbNames, path)
Parameters
thumbNames - An array of text strings listing the names of thumbnail jpegs (with or without .jpg extension) or swf files (with the swf extension).
path - An string holding relative path to the thumbnail folder.
Returns
Nothing.
Description
Method; Reloads thumbnails.
Example
The following code will reload thumbnails:
var temp = ["thumb21", "thumb22", "thumb23", "thumb24", "thumb25", "thumb26"];
myThumbnailer.loadThumbnails(temp, "thumbs2");