This freebie is a XML driven image viewer built in Actionscript 3.0. It’s very easy to integrate in your projects, change the images path and description text from XML.
If you want to change the thumbs into vertical mode configure horizontalMode variable from the FLA file. Also for other parameters check the FLA. Don’t forget to give us credits for this file if you intend to use it.
Tags: as3, image gallery, xml image
How do you make the first image show up automatically at the start of the gallery. Currently, the image has to be clicked to show up.
At the buttom of the init_thb function add this lines of code:
var firstImg = container.getChildByName(“p0″);
firstImg["info"]=objects[0];
loadBigImage(firstImg);
tell me how to use this script on my website?
Hello
How could I use thumbnails with different heights and the same width, for the verticalMode of the menu?
Thanks so much!