You can create many types of different carousel’s type menu, gallery, or whatever you want.There are many settings in XML , the look of each items you can adjust in library. You can create different rollOvers and rollOuts for each item. You can create automatic shadows, you can blur it and so on… Be creative, and create you own carousel… Enjoy
Q. Property target does not work
A. It’s a bug in my code
You can fix it like this:
- open Carousel.as
-go to line 94:
-instead of
item.target = img.target;
change it to
item.target = img.attributes.target;
This should work
Q. Loading images from XML
A. This feature is not supported by this version. As I see many people want this feature, i will do new version of this carousel with this new feature in near future. Because people have possibility to change behaviour of every item in carousol on timeline i
Q. New features
A. I want to make new version of this carousel, please let me know what’s new features should be implemented there… Add it review, or send me an email. Thanks

