My Account
Bookmark and Share

Zen Flash Gallery

Zen Flash Gallery author's design and smart usability make it the most elegant way to present your media content More Info

Help  >  Zen Flash Gallery  >  Flash Component  >  Configuring The Component


Zen Flash Gallery - Configuring the component


The component parameters are stored in the Component Inspector panel or the Component Parameter panel.

Component Inspector

An XML file is used to configure the gallery. By editing the XML file, you can add or remove gallery images. The format of the XML file is described below.

All the file information is contained in the <album> </album> structure.


<album icon=".." thumbnailsFolder=".." imagesFolder=".." description="..">
<image name=".." description=".." thumbnail=".."/>
<image name=".." description=".." thumbnail=".."/>
<image name=".." description=".." thumbnail=".."/>
</album>


album icon - name and location of the icon album image.
thumbnailsFolder - Path to the folder with thumbnail images.
imagesFolder - Path to the folder with album images
image name - Image name
description - Image description
thumbnail - thumbnail file name
 

XML file format


<gallery>
<albums>

<album icon=".." thumbnailsFolder=".." imagesFolder=".." description="..">
<image path=".." description=".." thumbnail=".."/>
<image path=".." description=".." thumbnail=".."/>
<image path=".." description=".." thumbnail=".."/>
</album>

<album icon=".." thumbnailsFolder=".." imagesFolder=".." description="..">
<image path=".." description=".." thumbnail=".."/>
<image path=".." description=".." thumbnail=".."/>
<image path=".." description=".." thumbnail=".."/>
</album>

<album icon=".." thumbnailsFolder=".." imagesFolder=".." description="..">
<image path=".." description=".." thumbnail=".."/>
<image path=".." description=".." thumbnail=".."/>
<image path=".." description=".." thumbnail=".."/>
</album>

</albums>

</gallery>