Hi Everybody,
The latest days I found many threads and posts asking the same question: ‘an infinite menu/thumbnailer controlled with buttons’, so I decided to work on a fully customizable thumbnailer for everyone who find it useful. Its XML based, and for each thumb you can pass a link and a description.
Here is the preview
http://xtian.terseth.com/thumbnailerV1.0/
in the first node of XML you need to define the thumbnail width and heigth, to align thumbs correctly on nload amovcie. also you can define the number of thumbs to be displayed at the same time and the separation within them. here is the first node for the above sample
<thumb w="60" h="55" displayNum="6" separation="5">
<image>images/kirupa.jpg</image>
<description>Kirupa.com</description>
<link>http://www.kirupa.com</link>
</thumb>
also you can enable or disable descriptions easy on the AS, true or false/on and off
descriptions=true;
If you find bugs, cool you can help me work on a better release, please post them here. Also if you have problems adapting it post any problem here. Hope this can be useful!
Here are the files, sample images, xml and fla