Carousel Gallery
Features:
Highly customizable carousel gallery. XML customizable images & urls & captions, editable settings through the FLA file.
The carousel's images have the following changeable properties:
- size
- radiusX & radiusY
- focus
- span
- rotating speed
- frame (optional) color & thickness.
You can customize the big image dimensions and the Y position for the carousel, caption and the big image.
You can specify the images and target urls (for clicking the big image) and description text through the XML file. The images can have any dimensions, they are automatically resized. The only condition is that they all should have the same dimensions.
Set the target URLs to point to different sections of your website, or add your own code for clicking on each image instead of getURL method.
- FREE ARCHIVE
- - currently, there is no free archive to download for this product
- - an FX component similar to this file could be released soon, please check this page for updates
PAID ARCHIVE
- - Label FREE (
) - - customizable AS2 FLA file for new or current Adobe Flash projects
- DETAILS
- FLASH INSTALL
- LICENSE
Non-Flash users:
At the moment, this product cannot be configured without using Flash. An FX component could be released soon, please come back for updates. Meanwhile you can download and use for free the FX-labeled components in the Components section.
Flash users
Please read the FLA installation instructions to be able to easily configure the FLA file with Adobe Flash (8, CS3 and CS4 supported) and to embed this product into your website.
Please read the FLA installation instructions to be able to easily configure the FLA file with Adobe Flash (8, CS3 and CS4 supported) and to embed this product into your website.
| Personal License (details ...) | 7 USD | Add to cart |
The "Personal License" grants you, the purchaser, a non-exclusive and non-transferable right to make use of this product in a single non-commercial application*, your own work or client work. |
||
| Commercial License (details ...) | 19 USD | Add to cart |
The "Commercial License" grants you, the purchaser, a non-exclusive and non-transferable right to make use of this product in a single commercial application*, your own work or client work. |
||
| Special License (details ...) | 27 USD | Add to cart |
The "Special License" grants you, the purchaser, a non-exclusive and non-transferable right to make use of this product in an unlimited number of personal OR commercial applications* owned by you or your company. |
||
| Extended License (details ...) | 135 USD | Add to cart |
The "Extended License" grants you, the purchaser, a non-exclusive and non-transferable right to make use of this product in an unlimited number of personal OR commercial applications* owned by you OR your clients. |
||
- COMMENTS
- SEARCH COMMENTS









is it possible to have a zoom when a pic is in front or the main one selected?
Hello,
This feature is not implemented.
really nice
i like this all templates
very nice
How do I add a get url to each image rather than the big image. I do not want to use the big image at all.
plz advize
rdee
Open the main FLA file, double click on the icon of the carousel_container Symbol from the Library panel(Ctrl L).
Next, open the Actions panel (F9) and find this line of code:
MovieClip.prototype.onClick = function(i) {
It should be on the row 190.
Then you need to comment this line:
loadImage(i)
Like this:
//loadImage(i)
The last thing you need to do is to write this line:
getURL(urls[i],target[i]);
asdffd