Line Flash Gallery
A simple and compact flash gallery. The best solution for displaying your products, portfolios and services along with links to the detailed information.
Line Flash Gallery - Gallery parameters
| Parameter name | Parameter description |
| imagesFolder |
Path to the folder with images.
Possible values: String. Default: "".
|
| bgImage |
Background image settings
| alpha |
Background of image transparency. Possible values: [0,100]
|
| source |
Path to the background of image file. |
Example
<bgImage source="images/bg.jpg" alpha="100" />
|
| image |
Image settings
| width |
Image width |
| height |
Image height |
| scaleMode |
Type of image scaling to the size of the visible area. Possible values: fit, fill, noScale |
| bgColor |
Background color of images. Possible values: [0x000000, 0xFFFFFF] |
| bgAlpha |
Background transparency of images. Possible values: [0,100] |
| cornerRadius |
Image corners roundness degree |
| useBorder |
Show/hide outline of images. Possible values: true, false |
| borderColor |
Images outline color. Possible values: [0x000000, 0xFFFFFF] |
| borderThickness |
Images outline thickness. |
| borderAlpha |
Images outline alpha. Possible values: [0,100] |
| useShadow |
Show/hide shadow of image. Possible values: true, false |
Example
<image width="150" height="120" scaleMode="fill" cornerRadius="0" useBorder="true" borderColor="0xFFFFFF" borderThickness="1" borderAlpha="70" useShadow="false" bgColor="0x0000FF" bgAlpha="30" />
|
| caption |
Caption settings
| color |
Color of image captions. Possible values: [0x000000, 0xFFFFFF] |
| fontName |
Font of image captions. |
| fontSize |
Font size of image captions. Possible values: FontSizes |
Example
<caption color="0xFFFFFF" fontName="Verdana" fontSize="11"/>
|
| scrollbar |
Scrollbar settings
| bgColor |
Background color of scrollbar. Possible values: [0x000000, 0xFFFFFF] |
| bgAlpha |
Background transparency of scrollbar. Possible values: [0,100] |
| handleColor |
Handle color of scrollbar. Possible values: [0x000000, 0xFFFFFF] |
| handleAlpha |
Handle transparency of scrollbar. Possible values: [0,100] |
| arrowsColor |
Arrows color of scrollbar. Possible values: [0x000000, 0xFFFFFF] |
| arrowsAlpha |
Arrows transparency of scrollbar. Possible values: [0,100] |
| innerShadow |
Inner shadow of scrollbar. Possible values: [0,100] |
| dropShadow |
Scrollbar shadow. Possible values: [0,100] |
Example
<scrollbar bgColor="0xCCCCCC" bgAlpha="70" handleColor="0x808080" handleAlpha="70" arrowsColor="0x808080" arrowsAlpha="100" innerShadow="0" dropShadow="10" />
|
| preloader |
Preloader settings
| alpha |
Preloader transparency. Possible values: [0,100] |
| usePreloader |
Show/hide preloader. Possible values: true, false |
Example
<preloader alpha="100" usePreloader="true" />
|
| slideshow |
Slideshow settings
| start |
Enables/Disables slide show mode |
| delay |
Image display duration in Slideshow mode (in seconds). Possible values: (0,infinity) |
Example
<slideshow start="true" delay="2"/>
|
| sounds |
Sound settings
Example
<sounds onScroll="snd.mp3" />
|
| picasa |
Using images from picasa.com
| user | login. |
| albumID | album ID. |
Example
<picasa user="..." albumID="..." />
|