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.
How to set up zooming of an image on click
Publish SWF version of your gallery. Here is a URL on how to do that – http://flash-gallery.com/help/flash-movie/faq/publishing-a-gallery-on-your-website/
Open the gallery.xml file for editing. You only need to specify the jQuery.altbox function for link parameter and set the path to the image. The path should be set relatively or absolutely to a web page.
Demo:
<gallery>
<settings>
……
</settings>
<items>
<item
description="Click to Zoom"
thumb="t1.jpg"
source="1.jpg"
link="javascript:jQuery.altbox('gallery/images/1.jpg')"
target=""
/>
………………………………
<item
description="Click to Zoom"
thumb="tn.jpg"
source="n.jpg"
link="javascript:jQuery.altbox('gallery/images/n.jpg')"
target=""
/>
</items>
</gallery>
Key words: how to use lightbox, zooming of an image.





