Customizable XML based Flash image scroller

I missed this blog for more than  2-3 months. It's been a long time since i have wrote something usefull .

So i created a image scroller using XML .This scroller uses TweenLite for tweening and it's simple to customise. You can add image with any size and can customize the number of images shown.
I have shared the source code here.

Requirements
1. Flash CS5
http://www.adobe.com/products/flash/

2. TweenLite AS3.0
http://blog.greensock.com/tweenlite/

It's possible to change the attributes through xml if you wanted .
Read the params from xml and add to the local variable inside the function onXmlLoadComplete .
//Total number of images :
private var total:Number = 0;

//Current item to be displayed;
private var currentId:Number = 0;

//The number of items to be shown ata a time:
private var itemsToShow:Number = 4;


Comments

It was a amazing experience to visit this website and read the articles and contents.I love the site keep up the good work.
CD Replication
Unknown said…
This is the first time I am visiting your site and happy to read this post. This site it is very useful one and gives in depth information. Thanks for this sharing this article.
BluRay Disc Replication

Popular posts from this blog

Configure PostgreSQL and phpPgAdmin in WAMP

Angular - 4 year road map

Flash FLV player using PHP