My Account
Bookmark and Share

Stack Photo Gallery

Get natural looking tool emulating a set of photos for your website. No unnecessary options. Just take and use More Info

Help  >  Stack Photo Gallery  >  Flash Component  >  Configuring The Component


Stack Photo 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.

The image file information is contained in the <items> </items> structure.

 

<items>
      <item source="..." description="..." link="..." target="..."/>
      <item source="..." description="..." link="..." target="..."/>
      <item source="..." description="..." link="..." target="..."/>
      ................................................
</items>

 

item source — Image 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>
    <items>
        <item source="1.jpg" description="Wonderful forest" link="http://flash-gallery.com" target="_blank"/>
        <item source="2.jpg" description="…"/>
        <item source="3.jpg" description="…"/>
        <item source="…"/>
        <item source="…"/>
        <item source="…"/>
        ………………………………………………
    </ items>
</gallery>