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.
3DWall Photo Gallery - Configuring the Gallery
An XML file is used to configure the gallery. By editing the XML file, you can add or remove gallery images as well as edit multiple appearance and behavior settings. The format of the XML file is described below.
Gallery settings are described in the <settings> </settings> tag of the XML file as follows: <parameter_name property=”…” /> or <parameter_name>…</parameter_name>
For example, the thumbnail width is configured using the parameter
<thumbnail width="100"/>
<thumbnail width="100"/>
Gallery images are described in the <items> </items> tag.
Tag <item></item> contains information related to a particular image.
Tag <item></item> contains information related to a particular image.
|
<item>
<thumb>…</thumb>
</item><source>…</source> <description>…</description> <!-- You can add a link to the image using following tag --> <link>…</link> <target>…</target> |
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>
<settings>
</gallery><!—Gallery parameters are described in this section-->
<imagesFolder>images/</imagesFolder>
</settings><colorScheme>white</colorScheme> <background
bgColor="0xFFFFFF"
/>bgAlpha="100" bgImage="images/bg.jpg" <visibleMatrix rows="3" /> <zoom>2</zoom> <image
scaleMode="fit"
/>bgColor="0x000000" bgAlpha="50" thumbProportion="true" <imageCaption
position="top"
/>color="0xFFFFFF" bgColor="0x000000" bgAlpha="80" fontName="Arial" fontSize="11" visibleMode="always" <thumbnail
width="100"
/>height="75" distance="5" <scrollSpeed>0.3</scrollSpeed> <showReflections>true</showReflections> <reflectionAlpha>80</reflectionAlpha> <useHighlight>true</useHighlight> <picasa user="" albumID="" /> <items>
<item>
</items>
<thumb>1_th.jpg</thumb>
</item><source>1.jpg</source> <description>Image 1</description> <!-- You can add a link to the image using following tag --> <link>http://DomainName</link> <target>_blank</target> <item>
<thumb>2_th.jpg</thumb>
</item><source>2.jpg</source> <description>Image 2</description> <link>http://DomainName</link> <target>_blank</target> . . . |





