Auto Photo Gallery

Hello,

I’m looking for a way to setup a slideshow of pictures that I can control with Actionscript. I’ve come up with something using setInterval, but I’m having problems with that, so I’m looking for an alternative method.

I have maybe 5 photos. Starting with the first photo I’d like to have it slowly fade on, when it reaches an alpha of 99 or higher, it will wait a certain amount of seconds and then the next picture will fade in.

I’d like to do this automatically through actionscrip, don’t want to use keyframes or animations.

Anyone know where to find an example of this?

Thanks