Skip to content

Posts from the ‘Flash / AS3’ Category

13
May

AS3 xml-slideshow

Goal

In this tutorial we’re trying to create a simple slideshow in AS3, that will give the user the ability to switch back and forth between the images!

You’ll learn how to:

  • read and process xml-data
  • add a description to your image
  • attach a url to it
  • use TweenLite for animation effects

Because it’s based on xml-data it’ll be simple to modify and extend.
The xml could even be generated by a php script of course!

I presume you have basic knowledge of AS3 and how things work so I won’t go into every single detail.

 

Final result

Click on the image to see the final result
final result

Read moreRead more