i like this… great functionality.
Posted 2 months ago
GalleryBox is an XML driven gallery, with a funny random thumbs preview. Add as many images as you want, simply modifing the xml file.
Features:
- XML driven - simply customizable - horizontal and vertical images visualizer - as2 code - simple loading
All images taken by myself.
enjoy.
Posted 2 months ago
nice simple gallery, allows the images to be the primary feature.
Is it easy to turn off the random thumb preview, so that the thumbs are static.
Posted 2 months ago
yes, it’s easy. The call to the random function should be disabled. But in that case you should disable also the call to the random function during the construction of the grid otherwise images could be repeated.
Other point: 20 pics maximum allowed if not random.
Posted 2 months ago
it will be nice to have a decription text when you have the enlarge picture.
Posted about 1 month ago
It’s very easy to add a descrption, if someone need it I can help him to do that!
Posted about 1 month ago
hey man…i was wondering about three things: 1. can i stop the random thingy so that images stay where they load initially? 2.does adding more photos create a scroller or jsut resizes the frame? 3.you mentioned in one of the posts that adding a description is possible? how?
thank you. 
Hi Nikolay,
1. Yes you can stop easily the random appearing of the images. After that all the images are loaded a random function is called. The function’s name is “changePic”. You should simply comment line number 98 in this way:
//changePic_SI = setInterval(changePic, 400);
2. Adding more photo does not create any scroller and it does not resize the stage. It is not the aim of my project.
3. Adding a description in the project it’s easy, but depend how much you know of AS.
You should add in the xml an attribute called for ex. “description” to each photo in this way:
than in the as you shoul add a string like after line 86:
_local1.loader["photobase"+i].desc= _local2.childNodes[pic-1].attributes.descrption;
than when you select the item in the library called “photobase” you should add to the script applied to the button “btn_ico”in the OnRelease function a script like this:
_root.myText.text=this.description;
where “_root.myText” is text field that you have to create in the main root of your file.
If you need more help you can ask me.
Posted about 1 month ago
is it possible to have the galleryboxes on the right and the opening big image on the left? Hope you understand what I mean. And can it be loaded on a main flash ?
Thank you.
Posted about 1 month ago
Yo,
Cool script. Simple and flexible. Author is very busy but offers support.
My adaptation. http://www.sebron.com/
Posted 23 days ago
hi jeff! sorry for my late answer. Yes it is possible and quite easy. If you need help to fix it write me an email.
Posted 22 days ago