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.
Help > Art Flash Gallery > Flash Component > Configuring The Component
Art Flash Gallery - Configuring the component
The component parameters are stored in the Component Inspector panel or the Component Parameter panel.

An XML file is used to configure the gallery. By editing the XML file, you can add or remove gallery images.
Gallery images are described in the <items> </items> tag. Parameter <item source="…" description="…" /> contains information related to a particular image.
| <items>
<item source="…" thumb="…" description="…" link="…" target="…"/> <item source="…" thumb="…" description="…" link="…" target="…"/> ………………………………………… </items> |
source – image file name;
description – Image description;
link – link to the web-page;
target - controls where the new document will be displayed;
possible values:
- "_self" specifies the current frame in the current window.
- "_blank" specifies a new window.
- "_parent" specifies the parent of the current frame.
- "_top" specifies the top-level frame in the current window.
XML file format
<gallery>
|




