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>
<settings> <!—Gallery parameters are described in this section-->
<imagesFolder>images/</imagesFolder> <preloader alpha="100" usePreloader="true" /> <image
align="center"
/>cornerRadius="10" scaleMode="fill" transitionEffect="fade" useShadow="true" <thumbnail
style="gray"
/> alpha="100" cornerRadius="5" size="50" color="0x808080" colorOnRollOver="0x666666" colorOnClick="0x999999" fontName="Verdana" fontSize="80" fontColor="0x000000" fontColorOnRollOver="0xffffff" fontColorOnClick="0xffffff" useShadow="true" <thumbBar
useThumbBar="true"
/> position="bottom" scrollSpeed="10" <caption
position="bottom"
/> visibleMode="onRollOver" bgAlpha ="40" color="0xFFFFFF" bgColor="0x000000" fontName="Verdana" fontSize="12" <slideshow
start="false"
/>delay="3" loop="true" stopAutoOnClick="true" <buttons
navigationButtons="true"
/> slideshowButtons="true" style="black" size="30" cornerRadius="10" color="0x333333" alpha="60" <sounds
onRollOver="sounds/over.mp3"
/>onClick="sounds/click.mp3" <picasa user="" albumID="" /> </settings>
<items>
</gallery>
<item source="1.jpg" description="Image 1" link="http://yourdomain.com/.." target="_blank"/>
</items>
<item source="2.jpg" description="Image 2" link="http://yourdomain.com/.." target="_blank"/> <item source="3.jpg" description="Image 3" link="http://yourdomain.com/.." target="_blank"/> . . . |





