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> <image align="center"
/>
cornerRadius="10" scaleMode="fill" transitionEffect="fade" useShadow="true" <thumbnail width="80"
/>
height="60" cornerRadius="10" alpha="70" outlineColor="0xFFFFFF" outlineColorOnRollOver="0xFFFF00" outlineColorOnClick="0x8B0000" useShadow="true" usePreview="true" <thumbBar position="left"
/>
scrollSpeed="10" <caption position="bottom"
/>
bgAlpha ="40" color="0xFFFFFF" bgColor="0x000000" fontName="Verdana" fontSize="12" <preview width="200"
/>
height="100" alpha="90" outlineColor="0x000000" cornerRadius="10" useShadow="true" <preloader alpha="70"
/>
usePreloader="true" <slideshow start="false"
/>
delay="4" loop="true" stopAutoOnClick="true" <sound onRollOver="sounds/over.mp3"
/>
onClick="sounds/click.mp3" <buttons fullScreenButton="true"
/>
navigationButtons="true" slideshowButtons="true" <picasa user="" albumID="" /> </settings>
<items>
<item source="1.jpg" thumb="t1.jpg" description="Image 1" link="gallery/images/1.jpg" target="_blank"/>
<item source="2.jpg" thumb="t2.jpg" description="Image 2" link="gallery/images/2.jpg" target="_blank" /> <item source="3.jpg" thumb="t3.jpg" description="Image 3" link="gallery/images/3.jpg" target="_blank" /> . . .
</items>
</gallery> |





