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.
Configuration file structure
XML configuration file structure
<gallery>
<settings>
<imagesFolder>images/</imagesFolder>
<thumbnailsFolder>images/</thumbnailsFolder>
<imageAngle>30</imageAngle>
<useScrollBar>true</useScrollBar>
<slideShow>true</slideShow>
<slideShowDelay>2</slideShowDelay>
<flipDuration>1</flipDuration>
<flipSound>sound/flip.mp3</flipSound>
</settings>
<items>
<item source="1.jpg" thumb="1t.jpg" description="Image 1" link="http://yourdomain.com" target="_blank"/>
<item source="2.jpg" thumb="2t.jpg" description="Image 2"/>
<item source="3.jpg" thumb="3t.jpg" description="Image 3" />
. . .
</items>
</gallery>
|