|
|
|||
| Parameter | Description |
|---|---|
| Orientation | Can be horizontal or vertical - it sets in which direction the thumbnails will be displayed. |
| Thumbnails | Array with names of thumbnail images. Both JPEGs and SWF files may be specified. If no extension if entered, the images will be assumed to be jpegs. |
| Distance | Distance in pixels between thumbnail images. |
| Acceleration | Speed of the thumbnails' movement. |
| Slowdown Index | Index value of slowing down thumbnails movement on Mouse Out. |
| Buffer Width | Distance in pixels from the ends of the thumbnail to define the stop positions of the first and last thumbnail. |
| Thumbnail Path | Path to the folder containing the thumbnail images (the slash must be included at the end). If no folder is defined it will be assumed that images are in the same folder as your flash file. |
| Big Images | Array with names of original size images. Same instructions apply as for Thumbnails parameter. |
| Big Images Path | Path to the folder containg original size images. Same instructions apply as for Thumbnails Path parameter. |
| XML file | Path and name of external XML file if you desire to set parametars from an XML file instead of the parameters panel. |
| Imager Instance Name | Instance name of the ThumbImager component. *This parameter does not set the ThumbImager instance name, it just tells ThumbImager with that name to load selected images. |
| Display While Loading | Shows/Hides Thumbnailer component until all thumbnails are loaded. Can be False or True. A Boolean value indicating whether the thumbnails will be shown while loaded(true) or not (false). The default value is true. |
| Display on Load | Enter the index number of the initial thumbnail that you wish to select automatically as soon as all of the thumbnails have loaded. This can be used, for example, to display the large image of the first thumbnail on load. |
| Movement | Determinates movement type of the Thumbnailer. Can be 'Default', 'Endless', 'Combined' or 'Slideshow'. |
| Scroll Delay | Time in second after Thumbnailer will start endless scrolling or slideshow delay. |
| Scroll Speed | Speed of endless scroll or nudge duration for the slideshow. |
| Behaviour | Defines a behaviour of thumbnails. Can be 'None', 'Shader', 'Border' or 'ShaderBorder'. |
| Border behaviour properties | |
| Border Color | Color of non selected thumbnails. |
| Border Over | Color when mouse cursor is over the thumbnail. |
| Border Selected | Color when thumbnail is selected. |
| Border Size | Thumbnail's border size. |
| Shader behaviour properties | |
| Shader Alpha | Alpha value of Shader Color |
| Shader Color | Color of Shaded thumbnails. |
| Shader Fade In | Number of seconds that takes Shader to Fade In. |
| Shader Fade Out | Number of seconds that takes Shader to Fade Out. |
| Parameter | Description |
| Horizontal Align | Horizontal alignment of loaded image. Can be Left, Center or Right. |
| Vertical Align | Vertical alignment of loaded image. Can be Up, Middle or Bottom. |
| Transition | Describes the way the loaded images exchange beetween each other. Can be Fade or None. |
| Percentage Variable | Pointer to variable in which will be stored loading percentage. It is used for displaying loading progress of original size images. |
| Percentage Text | Structure of text that will be displayed through Percentage Variable. Default format is 'Loading XX%' where XX represents percentage number. Rest of the text can be customized. |