| Parameters with sample values |
Description |
| <imgHeight>500</imgHeight> |
height of the main image area (jpg) |
| <imgWidth>400</imgWidth> |
width of the main large image area (jpg) |
| <thumbHeight>50</thumbHeight > |
height of a thumbnail (jpg) |
| <thumbWidth>50</thumbWidth > |
width of a thumbnail (jpg) |
| <imgLink target="_new">http://yahoo.com</imgLink> |
This will turn the main image into a link that when clicked on will take you to the URL. |
| <autoPlay>5</autoPlay> |
number of seconds that an image is displayed while in auto mode |
| <backgroundAlpha>50</backgroundAlpha > |
Alpha value of the Background rectangle |
| <backgroundBorder>5</backgroundBorder> |
Thickness of the background rectangles edge |
| <backgroundColor>#FFFFFF</backgroundColor> |
Color of the background rectangle |
| <thumbActiveColor>#FFFFFF</thumbActiveColor> |
Color of the Thumbnail outline once clicked on |
| <thumbColor>#FFFFFF</thumbColor> |
Default color of the Thumbnail outline |
| <thumbRollColor>#FFFFFF</thumbRollColor> |
Color of the outline when rolling over |
| <backgroundCorner >5</backgroundCorner > |
Corner radius of the background rectangle |
| <imgCorner>5</imgCorner> |
Corner radius on the main image |
| <thumbCorner>5</thumbCorner> |
Corner radius of the thumbnails |
| <thumbMaskCorner>5</thumbMaskCorner> |
Corner radius of the thumbnail Mask. Edges can be seen when thumbs are scrolling on/off screen. |
| <scrollSpeed>8</scrollSpeed> |
Speed that the thumbnails scroll when rolled over. |
| <showLoader>true</showLoader> |
Defines whether or not to show the loading animation. Default is true |
| <thumbSpace>5</thumbSpace> |
Distance in pixels between the thumbnails |
| <thumbnailRows>3</thumbnailRows> |
Number off rows of thumbnails to display |
| <thumbAlpha>50</thumbAlpha> |
Alpha percentage of the non-selected thumbnails |
| <thumbBorder>2</thumbBorder> |
Thickness of the outline on the thumbnails |
| <thumbPosition>left</thumbPosition> |
Position of the thumnails relative to the main image area. Options are: left, right, top or bottom |
| <thumbToImgSpace>12</thumbToImgSpace> |
The distance between the thumbnails and the main image area |
| <transitionSpeed>1</transitionSpeed> |
Speed at which the main image will transition to the next image after a thumbnail is clicked . |
| <transitionType >fade</transitionType > |
Type of transition on the main image when a thumbnail is clicked. select from: fade, blur, zoom, squeeze, pixeldissolve, blinds, wipe, iris, photo or fly |
| <soundThumbRoll>Roll</soundThumbRoll> |
This property sets the sound that will play when a thumbnail is rolled over. The sound defined must match a sound in the library with the same linkage name. The library sound should also be set to "Export for actionscript" and "Export in first frame" If no sound is defined, no sound will play. The sound can't be changed when using the stand-alone template but you can turn it off by setting this property to blank.. |
| <soundThumbClick>Click</soundThumbClick> |
This property sets the sound that will play when a thumbnail is clicked on. The sound defined must match a sound in the library with the same linkage name. The library sound should also be set to "Export for actionscript" and "Export in first frame" If no sound is defined, no sound will play. The sound can't be changed when using the stand-alone template but you can turn it off by setting this property to blank.. |
| <stopAutoOnClick>true</stopAutoOnClick> |
Property that changes whether or not to stop the automatic cycling of images after a thumbnail is clicked or after the following methods are called: nextImage() prevImage(). Default value is true. |
| <randomImages>true</randomImages> |
Property that changes whether or not to randomize the order of images displayed. If set to false, the image order will be the order the images are defined in the XML file |
| <loopImages>true</loopImages> |
Property that changes whether or not to loop through the images when the autoPlay feature is on or if browsing images using the method: nextImage() |
| <scaleImaget>noBorders</scaleImage> |
Property that changes whether or not to scale the main images to fit the viewable area. If set to none, no scaling will occur. If set to noBorders, then the image will scale to fill the entire area. Cropping may occur if proportions are different. If set to exactFit, the image will scale either up or down so the entire image is shown |
| <captionPosition>bottom<captionPosition> |
For the Template only. Sets the location of the caption and next/previous controls. Can either be "top" or "bottom". This is not needed for the component because caption and controls can be placed anywhere manually in Flash. |
| <showControls>false</showControls> |
For the Template only. Defines whether or not to display the next/previous/play/pause copntrols. This is not needed for the component because controls can be manually edited. |