| Parameter name | Parameter 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
| fullScreenButton | Show/hide “Full Screen" button. Possible values: true, false. |
| navigationButtons | Show/hide navigation buttons. Possible values: true, false. |
| slideshowButton | Show/hide slideshow button. Possible values: true, false. |
Example
<buttons position="top" fullScreenButton="true" navigationButtons="true" slideshowButtons="true" />
|
| bgImage |
Background image settings
| alpha | Background of image transparency. Possible values: [0,100]. |
| source | Path to the background of image file. |
| cornerRadius | Background corners roundness degree. Possible values: [0, 90]. |
Example
<bgImage alpha="100" source="images/bg.jpg" cornerRadius="10" />
|
| image |
Image settings
| scaleMode | Type of image scaling to the size of the visible area. Possible values: fill, fit, noScale. |
| cornerRadius | Image corners roundness degree. |
| align | image alignment. Possible values: left, right, top,
bottom, center. |
| transitionEffect | Type of image transition effect. Possible values: fade, zoom, pixel. |
| useShadow | Show/hide shadow of image. Possible values: true, false. |
Example
<image scaleMode="NoScale" cornerRadius="10" align="top" transitionEffect="fade" useShadow="true" />
|
| thumbnail |
Thumbnail settings
| width | Thumbnail width. |
| height | Thumbnail height. |
| cornerRadius | Degree of thumbnail roundness. Possible values: [0, 90]. |
| alpha | Thumbnail transparency. Possible values: [0,100]. |
| outlineColor | Thumbnail outline color. Possible values: [0x000000, 0xFFFFFF]. |
| outlineColorOnRollOver | Outline color of the thumbnail with the mouse pointer rolled over it. Possible values: [0x000000, 0xFFFFFF]. |
| outlineColorOnClick | Active thumbnail outline color. Possible values: [0x000000, 0xFFFFFF]. |
| useShadow | Show/hide shadow of thumbnail. Possible values: true, false. |
| usePreview | Show/hide image preview element. Possible values: true, false. |
Example
<thumbnail width="80" height="60" cornerRadius="10" alpha="70" outlineColor="0x000000" outlineColorOnRollOver="0xFFFF00" outlineColorOnClick="0x8B0000" useShadow="true" usePreview="true" />
|
| thumbBar |
Thumbnail bar settings
| scrollSpeed | Thumbnail scroll speed. Possible values: (0,infinity). Reasonable values: [5, 20]. |
| position | Thumbnail position. Possible values: left, right, top, bottom. |
Example
<thumbBar scrollSpeed="10" position="left" />
|
| caption |
Caption settings
| position | Position of image captions. Possible values: top, bottom. |
| visibleMode | Defines when to show an image caption. Possible values: always, onRollOver, never. |
| 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]. |
| fontName | Font of image captions. |
| fontSize | Font size of image captions. Possible values: FontSizes. |
Example
<caption position="bottom" visibleMode="always" bgAlpha ="40" color="0xFFFFFF" bgColor="0x000000" fontName="Verdana" fontSize="12" />
|
| preloader |
Preloader settings
| usePreloader | Show/hide preloader. Possible values: true, false. |
| alpha | Preloader transparency. Possible values: [0,100]. |
Example
<preloader usePreloader="true" alpha="100" />
|
| preview |
Preview settings
| width | Width of the image preview element. |
| height | Height of the image preview element. |
| alpha | Preview transparency. Possible values: [0,100]. |
| outlineColor | Preview outline color. Possible values: [0x000000, 0xFFFFFF]. |
| cornerRadius | Degree of preview roundness. Possible values: [0, 90]. |
| useShadow | Show/hide shadow of preview. Possible values: true, false. |
Example
<preview width="200" height="100" alpha="80" outlineColor="0x000000" cornerRadius="10" useShadow="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 | stopAutoOnClick. Possible values: true, false. |
Example
<slideshow start="false" delay="4" 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="..." />
|