Build an XML Banner Rotator in AS3
Posted by : FireCode on May 28, 2010
In this Flash tutorial we will use XML , URLLoader, URLRequest, Loader, Timer, Events classes to develop the XML driven banner in AS3. This is an easy-to-develop type of banner that you can use to showcase your products and services.

3 comments
Add comment
purplemel90
can i put a link to the images to redirect to the image product? (shop website banner)
#  /  PM  /  posted on Feb 13, 2012
FireCode
Yes you can, just add an mouse event listener to the sprite container where the images are being displayed.
When click the container you should fire the link at the image index. You should add a tag to each image in the xml and read the path from there.
#  /  PM  /  posted on Feb 13, 2012
purplemel90
How do i change the fading out setting for every image that fades out and another appears? I want tto make my images fade out slowly.
#  /  PM  /  posted on Feb 14, 2012