Adobe Dreamweaver CS3 contains a Flash element you can use in your pages: a Flash image viewer that can double as a web photo album.
The Image Viewer element is a resizable application for loading and viewing a series of JPEG or SWF images. You define a list of images, along with a link and caption for each image.
Users can view images in order with the previous and next buttons, or jump to a specific image by entering that image's number. You can also set the images to play in a slide-show format.
Parameter |
Description |
---|---|
bgColor |
Specifies the background color. |
frameColor |
Specifies the color of the border for the images. Set the frameShow parameter to Yes to see the border. |
frameShow |
Indicates whether a border appears around each image. |
frameThickness |
Specifies the size, in pixels, for the border around each image. |
captionColor |
Specifies the color of the image captions contained in imageCaptions. |
captionFont |
Specifies the font for the image captions contained in imageCaptions. |
captionSize |
Indicates the point size of the image captions contained in imageCaptions. |
imageCaptions |
Contains the captions for each image specified in imageURLs. Captions can be used for some, all, or none of the images. |
imageLinks |
Contains a URL for each image specified in imageURLs. LinkURLs can be used for some, all, or none of the images. |
imageURLs |
Contains the location of the images to appear in the Image Viewer. Only non-progressive JPEG or SWF files can be used. |
imgLinkTarget |
Specifies the browser window in which to load the URLs specified in linkURLs. This parameter can be set to _blank, _self, _top, or _parent. |
showControls |
Indicates whether the Image Viewer controls appear when the user plays the Flash Element. |
slideAutoPlay |
Determines whether to play the images in a slide show. If set to true, the images begin playing in a slide show as soon as the first image loads. |
slideDelay |
Indicates the amount of time, in seconds, to wait between each image when the Play button is pressed or autoPlay is enabled. Images can change less often than the time specified for this parameter if they take longer to load. |
slideLoop |
Specifies that the image slide show plays in a continuous loop. |
title |
Specifies the title that appears at the top of the Image Viewer. |
titleColor |
Specifies the color of the title contained in title. |
titleFont |
Specifies the font for the Image Viewer title contained in title. |
titleSize |
Indicates the point size of the Image Viewer title contained in title. |
transitionsType |
Indicates how images appear in the Image Viewer. Select from several loading options. |