| 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>http://www.yahoo.com</imgLink> |
This will turn the main image into a link that when clicked on will take you to the URL. |
| <thumbType>number</thumbType> |
Changes the style of thumbnail to be displayed. Valid values are: "images", "numbers" and "solidColor". Default value is "images". |
| <autoPlay>5</autoPlay> |
number of seconds that an image is displayed while in auto mode |
| <backgroundAlpha>50</backgroundAlpha > |
Alpha value of the Background rectangle |
| <bgBorderThickness>5</bgBorderThickness> |
Thickness of the background rectangles edge |
| <backgroundColor>#FFFFFF</backgroundColor> |
Color of the background rectangle |
| <imgBgColor >#FFFFFF</imgBgColor > |
Changes the color of the area behind the main image. This is the area that shows if an image is smaller than what you defined for the properties: imgHeight and imgWidth. |
| <captionTextField>TextFieldName</captionTextField> |
Defines the location of a TextField where the text captions will be placed. The caption text is defined in an external XML file. This is not applicable if using the stand-alone template. |
| <thumbActiveColor>#FFFFFF</thumbActiveColor> |
Color of the Thumbnail outline once clicked on |
| <numberFont>Arial</numberFont> |
The font used for the numbers. Default value is "Arial" This is not applicable if using the stand-alone template. |
| <numberColor>0xFFFFFF</numberColor> |
The text color of the numbers. The default value is 0x333333 |
| <numberFontSize>12</numberFontSize> |
The font size of the numbers. The default value is 10 |
| <numberBold>true</numberBold> |
Boolean value that indicates if the numbers are bold. The default value is false. |
| <numberEmbedFonts></numberEmbedFonts> |
A Boolean value that indicates whether the font specified in numberFont is an embedded font. This style must be set to true if numberFont refers to an embedded font. Otherwise, the embedded font will not be used. If this style is set to true and numberFont does not refer to an embedded font, no text will be displayed. The default value is false. This is not applicable if using the stand-alone template. |
| <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 |
| <thumbOutlineThick>2</thumbOutlineThick> |
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 |
| <thumbCaptionChange>true</thumbCaptionChange> |
Property that determines if the caption TextField should change when thumbnails are rolled over. If set to true, the caption TextField will show the caption for the thumbnail that is currently rolled over. If set to false, no change will take place in the caption TextField. |
| <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, zoom, squeeze, pixeldissolve, blinds, wipe, iris, photo or fly |
| <imageCentering>center</imageCentering> |
Changes the position of the loaded image inside the main image area. Valid values are: "center", "left", "right", "top" or "bottom". Default value is "center". This property is only relevant if images are smaller in size than what you defined for the properties imgHeight and imgWidth. |
| <soundThumbRoll>roll.wav</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.wav</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() |
| <noCache>true</noCache> |
Property that changes whether or not the browser will cache the JPGs and XML file. If set to true, the JPGs and XML file will be reloaded from the server and not taken from the browser cache. This is useful if you will frequently change the images shown in the gallery. Default value is false. |
| <scaleToFit>true</scaleToFit> |
Property that changes whether or not to scale the main images and thumbnails to fit the viewable area. If set to true, and the images are smaller than the viewable area, the images will upscale to fill the space. If the images are larger, they will downscale to fit the space. If images are not the same proportion as the viewable area, cropping will occur. |
| <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. |