Gallery Builder
It never was so easy like now to show photos in an amazing view. It's like one-two-three: choose photos, customize any of 11 galleries, publish the gallery. That's all.
XML configuration file structure
<gallery>
<imagesFolder>gallery/images/</imagesFolder>
<thumbnailsFolder>gallery/images/</thumbnailsFolder> <initialState>Start Slideshow</initialState> <base color="0x3e4449"
/>
visibleEdge="5" <initialState>Start Slideshow</initialState> <buttons
showSlideshowButton="true"
/>
showThumbnailsButton="true" bgColor="0xe5e6e6" <slideshowDelay>5</slideshowDelay> <picasa user="" albumID="" /> </settings>
<items>
<item source="1.jpg" thumb="t1.jpg" description="Image 1"/>
<item source="2.jpg" thumb="t2.jpg" description="Image 2"/> <item source="3.jpg" thumb="t3.jpg" description="Image 3"/> . . .
</items>
</gallery> |





