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 10 galleries, publish the gallery. That's all.
Configuration file structure
XML configuration file structure
<gallery>
<imagesFolder>images/</imagesFolder>
<thumbnailsFolder>images/</thumbnailsFolder> <image scaleMode="fit"
/>
<thumbnail width="120"
/>height="100" alpha="70" <colorScheme
thumbsFrameColor="0xFFFFFF"
/>thumbsArrowsColor="0x000000" imageBGColor="0x000000" useShadow="true" <imageCaption position="bottom"
/>
bgAlpha ="40" color="0xFFFFFF" bgColor="0x000000" fontName="Verdana" fontSize="12" visibleMode="always" <thumbCaption bgAlpha ="70"
/>color="0xFFFFFF" bgColor="0x333333" fontName="Arial" fontSize="9" visibleMode="never" <sound onRollOver="sounds/over.mp3"
/>
onClick="sounds/click.mp3" <picasa user="" albumID="" /> </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> |





