10/13/2010 9:51:47 PM
Title:
Flickering image
I an writing an AIr application in which I show a number of images one by one using a timer on an image control.My problem is when the images are changing a flickering occurs.Is there any way to remove this flickering.Help please.
Thanks
10/14/2010 9:13:46 AM
you can use fade effects on image image component. Apply show and hide effects as fade in and fade out effect. On changing the image first make the component visible false then change the source and then again visible true this will make the effects run. So there will be no jerky changing of images . On changing source the image will first fade out then fade in to show new image