My Account
Bookmark and Share

Photo Flow Flash Gallery

Use the famous streamline photo flow effect on your website. This effect is well known because of the cover flow gallery switching from iTunes. More Info

Help  >  PhotoFlow Gallery  >  Flash Component  >  Configuring The Component


PhotoFlow 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.

Tag <item> </item> contains information related to a particular image.


<item>
<source>1.jpg</source>
<description>Image 1</description>
<link>http://www.flash-gallery.com</link>
<target>_blank</target>
</item>

source — image file name
description — Image description
link — link to the web-page
target — controls where the new document will be displayed

XML file format


<gallery>
<items>
<item>
<source>1.jpg</source>
<description>Image 1</description>
<link>http://www.flash-gallery.com</link>
<target>_blank</target>
</item>
<item>
<source>2.jpg</source>
<description>Image 2</description>
<link>http://www.google.com</link>
<target>_blank</target>
</item>
<item>
<source>…</source>
<description>…</description>
<link>…</link>
<target>…</target>
</item>
</items>
</gallery>