Fluid Gallery
Posted By: redkip
Package Includes:
FLA
Opens with:
Flash 8, Flash CS3
Viewable with:
and above
AS Version:
Action Script 2.0
Average Rating: Awaiting one vote
The XML file is very easy to configure. You have to load just the images, the thumbs are created dynamically through actionscript. Also the effects of the images are easy to adjust inside the fla file. Here are some of the features:
- Load images at any size
- Constrain the aspect ratio
- Unlimited numbers of images
- Auto resize thumbs
- Some of the variables that you can change
//space between images
var spaceImg = 5;
//the height of the reflection image
var reflectHeight = .7;
//gradient reflection color
var reflectcolor = 0x272727;
//thumb glow color
var thumbGlowColor= 0xffffff;
//large image - alpha increasing
var largeImgAlpha = 20;
there are more in the fla file
- Easy to integrate in your projects