| Parameter name |
Description |
XMLFile |
Full Path to XML configuration file (contains filename).
Possible values: String. Default: "". |
imagesFolder |
Path to the folder with images.
Possible values: String. Default: "". |
buttons |
Button settings
navigationButtons |
Show/hide navigation buttons. Possible values: true, false. |
slideshowButton |
Show/hide slideshow button. Possible values: true, false. |
style |
Color scheme of buttons. Possible values: black, gray, blue, red, green, red, custom. |
cornerRadius |
Degree of button roundness. Possible values: [0, 90]
It works if the "style" parameter is set to "custom". |
color |
Button color.
Possible values: [0x000000, 0xFFFFFF]
It works if the "style" parameter is set to "custom". |
alpha |
Button transparency. Possible values: [0,100] |
Example
<buttons navigationButtons="true" slideshowButton="true" style="black" size="30" cornerRadius="10" color="0x333333" alpha="60" /> |
bgImage |
Background image settings
alpha |
Background of image transparency.
Possible values: [0,100] |
source |
Path to the background of image file. |
Example
<bgImage alpha="100" source="images/bg.jpg" /> |
image |
Image settings
align |
Image alignment. Possible values:left, right, top, bottom, center |
scaleMode |
Type of image scaling to the size of the visible area. Possible values: fit, fill, noScale |
cornerRadius |
Image corners roundness degree |
transitionEffect |
Type of image transition effect. Possible values: fade, zoom, pixel |
useShadow |
Show/hide shadow of image. Possible values: true, false |
Example
<image align="top" scaleMode="fit" cornerRadius="10" transitionEffect="fade" useShadow="true"/> |
caption |
Caption settings
position |
Position of image captions. Possible values: top, bottom |
fontSize |
Font size of image captions. Possible values: FontSizes |
fontName |
Font of image captions. |
bgAlpha |
Background transparency of captions. Possible values: [0,100] |
color |
Color of image captions. Possible values: [0x000000, 0xFFFFFF] |
bgColor |
Background color of captions. Possible values: [0x000000, 0xFFFFFF] |
visibleMode |
Defines when to show an image caption. Possible values: always, onRollOver, never |
Example
<caption position="bottom" visibleMode="onRollOver" bgAlpha="40" color="0xFFFFFF" bgColor="0x000000" fontName="Verdana" fontSize="12"/> |
thumbnail |
Thumbnail settings
size |
Thumbnail size. |
style |
Color scheme of thumbnails. Possible values: black, gray, blue, red, green, red, custom. |
alpha |
Thumbnail transparency. Possible values: [0,100] |
color |
Thumbnail color.
Possible values: [0x000000, 0xFFFFFF]
It works if the "style" parameter is set to "custom". |
cornerRadius |
Degree of thumbnail roundness. Possible values: [0, 90]
It works if the "style" parameter is set to "custom". |
colorOnRollOver |
Color of the thumbnail with the mouse pointer rolled over it. Possible values: [0x000000, 0xFFFFFF] |
colorOnClick |
Active thumbnail color. Possible values: [0x000000, 0xFFFFFF] |
fontSize |
Font size of thumbnail caption. |
fontName |
Font of thumbnail caption. |
fontColor |
Font color of thumbnail caption. |
fontColorOnRollOver |
Font color of the thumbnail with the mouse pointer rolled over it. Possible values: [0x000000, 0xFFFFFF] |
fontColorOnClick |
Active thumbnail font color. Possible values: [0x000000, 0xFFFFFF] |
useShadow |
Show/hide shadow of thumbnail. Possible values: true, false |
Example
<thumbnail size="50" style="gray" cornerRadius="10" alpha="70" color="0x333333" colorOnRollOver="0x666666" colorOnClick="0x999999" fontName="Arial" fontSize="10" fontColor="0x000000" fontColorOnRollOver="0xFFFFFF" fontColorOnClick="0xFFFFFF" useShadow"true" /> |
thumbBar |
Thumbnail bar settings
position |
Thumbnail position. Possible values: left, right, top, bottom |
scrollSpeed |
Thumbnail scroll speed. Possible values: (0,infinity). Reasonable values: [5, 20] |
useThumbBar |
Show/hide thumbnails. Possible values: true, false |
Example
<thumbBar useThumbBar="true" position="bottom" scrollSpeed="10" /> |
preloader |
Preloader settings
alpha |
Preloader transparency. Possible values: [0,100] |
usePreloader |
Show/hide preloader. Possible values: true, false |
Example
<preloader alpha="80" usePreloader="true" /> |
slideshow |
Slideshow settings
start |
Enables/Disables slide show mode |
delay |
Image display duration in Slideshow mode (in seconds). Possible values: (0,infinity) |
loop |
Loop/unloop image display in automatic mode if all images are shown. Possible values: true, false |
stopAutoOnClick |
Possible values: true, false |
Example
<slideshow start="false" delay="3" loop="true" stopAutoOnClick="true" /> |
sounds |
Sound settings
onRollOver |
Sound heard when the mouse pointer is rolled over a thumbnail. Specify path to sound file. |
onClick |
Thumbnail click sound. Specify path to sound file. |
Example
<sounds onRollOver="sounds/over.mp3" onClick="sounds/click.mp3" /> |
picasa |
Using images from picasa.com
user |
login |
albumID |
album ID |
Example
<picasa user="" albumID="" />
See info: “Inserting images from picasa.com” |