I have an image in Flex I want to change the image with actionscript to show some other image say every 3 seconds or so. I also want to make transition between the image and the next one for instance fade in/out. What is the best way to do so?
Share
If you want to fade in the new image while at the same time fading out the old, use a Parallel object: