My Account
Bookmark and Share

Art Photo Gallery

Art Photo Gallery organically blends with any design thanks to flexible appearance settings. You can publish any photos and images on your site in a matter of minutes using this photo gallery. More Info

Help  >  Box Flash Gallery  >  SWF Object  >  Gallery Parameters


Box Flash Gallery - Gallery parameters


Parameter name Parameter description
imagesFolder

Path to the folder with images.

Possible values: String. Default: "".
image

Image settings

scaleMode Type of image scaling to the size of the visible area. Possible values: fit, fill, noScale.

Example

<image scaleMode="fit" />

thumbnail

Thumbnail settings

width Thumbnail width.
height Thumbnail height.
alpha Thumbnail transparency. Possible values: [0,100].

Example

<thumbnail width="80" height="60" alpha="70" />

colorScheme

Color scheme settings

thumbsFrameColor Thumbnail bar frame color. Possible values: [0x000000, 0xFFFFFF].
thumbsArrowsColor Arrows color of thumbnails. Possible values: [0x000000, 0xFFFFFF].
imageBGColor Background color of images. Possible values: [0x000000, 0xFFFFFF].
imageArrowsColor Arrows color of images. Possible values: [0x000000, 0xFFFFFF].
useShadow Show/hide shadow. Possible values: true, false.

Example

<colorScheme thumbsFrameColor="0xFFFFFF " thumbsArrowsColor="0x000000" imageBGColor="0x000000" imageArrowsColor="0xFFFFFF " useShadow="true" />

imageCaption

Image caption settings

position Position of image captions. Possible values: top, bottom.
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.
visibleMode Defines when to show an image caption. Possible values: always, onRollOver, never.

Example

<imageCaption position="bottom" bgAlpha="40" color="0xFFFFFF" bgColor="0x000000" fontName="Verdana" fontSize="12" visibleMode="always" />

thumbCaption

Thumbnail caption settings

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.
visibleMode Defines when to show an image caption. Possible values: onRollOver, never.

Example

<thumbCaption bgAlpha="70" color="0xFFFFFF" bgColor="0x000000" fontName="Arial" fontSize="9" visibleMode="onRollOver" />

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="..." />