My Account

3D Wall Flash Gallery

Using this gallery you have possibility to present your favourite photos in the non-standard way as though they have been placed on art gallery walls. More Info

3DWall Photo Gallery - Component Parameters


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: "".
background Background settings.

bgColor Background color.
bgAlpha Background transparency. Possible values: [0,100].
bgImage Path to the background of image file.

Example
<background bgColor="0xFFFFFF" bgAlpha="100" bgImage="images/bg.jpg" />

visibleMatrix Number of rows with thumbnails. Default: 3.
Example
<visibleMatrix rows="3" />
zoom Zoom parameter of the camera.
Possible values: [0-10]. Default: 1.
Example
<zoom>2</zoom>
useHighlight Highlights images on mouseover.
Possible values: Boolean(true/false). Default: true.
Example
<useHighlight>true</useHighlight>
showReflections Show/hide thumbnail reflections.
Possible values: Boolean(true/false). Default: true.
Example
<showReflections>true</showReflections>
reflectionAlpha Reflection transparency.
Possible values: [0,100]. Default: 80.
Example
<reflectionAlpha>80</reflectionAlpha>
thumbnail Thumbnail settings.

width Thumbnail  width
height Thumbnail  height
distance Distance between thumbnails. Default: 10.

Example
<thumbnail width="100" height="75" distance="10" />

image Image settings.

scaleMode Type of image scaling to the size of the visible area. Possible values: fit, fill, noScale
bgColor Background color
bgAlpha Background transparency
thumbProportion Applies thumbnail's proportions to the large image. Possible values: Boolean(true/false).

Example
<image scaleMode="fit" bgColor="0x000000" bgAlpha ="50" thumbProportion="true" />

imageCaption Caption settings.
position Position of image captions. Possible values: top, bottom
color Color of image captions. Possible values: [0x000000, 0xFFFFFF]
bgColor Background color of captions. Possible values: [0x000000, 0xFFFFFF]
bgAlpha Background transparency of captions. Possible values: [0,100]
fontName Font of image captions.
fontSize Font size of image captions. Possible values: FontSizes
visibleMode Defines when to show an image caption. Possible values: always, onRollOver, never

Example
<imageCaption position="top" color="0xFFFFFF"  bgColor="0x000000" bgAlpha="80" fontName="Arial"  fontSize="11" visibleMode="always" />

scrollSpeed Thumbnail scroll speed. Possible values: (0-1). Default: 0.3.
Example
<scrollSpeed>0.3</scrollSpeed>
colorScheme Color scheme. Possible values: String(white, black, grey, red, green, blue, custom). Default: white.
Example
<colorScheme>black</colorScheme>
preloader Preloader settings.


stripesAlpha
Stripes transparency of preloader. Possible values: [0,100]
barColor Bar color of preloader. Possible values: [0x000000, 0xFFFFFF]
barAlpha Bar transparency of preloader. Possible values: [0,100]
bgColor Background color of preloader. Possible values: [0x000000, 0xFFFFFF]
bgAlpha Background transparency of preloader. Possible values: [0,100]
innerShadow Inner shadow of preloader. Possible values: [0,100]
dropShadow Preloader shadow. Possible values: [0,100]

Example
<preloader stripesAlpha="45" barColor=”0x000000”  barAlpha=”14” bgColor=”0x000000” bgAlpha=”10”  innerShadow=”20” dropShadow=”30” />

picasa Using images from picasa.com


user
login
albumID album ID

Example
<picasa user="" albumID="" />