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.
Configuration file structure
XML configuration file structure
|
<gallery>
<settings>
<imagesFolder>images/</imagesFolder>
<caption color="0x000000" fontName="Arial"/> <frameColor>0xFFFFFF</frameColor> <image width="400" height="300"/> <imageScaleMode>fill</imageScaleMode> <visibleImages>4</visibleImages> <usePhotoNumbers>true</usePhotoNumbers> <translation back="BACK" gotoLink="Go to Link"/> <soundEffect>sounds/imageChangeEffect.mp3</soundEffect>
</settings>
<items>
<item source="1.jpg" description="image description" link="" target="_blank" />
<item source="2.jpg" description="image description" link="" target="_blank" /> <item source="3.jpg" description="image description" link="" target="_blank" /> … … … … …
</ items>
</gallery> |





