Re: [flexcoders] Slideshow problem: Preloading a hidden image resets its visible property

2007-03-07 Thread Tom Chiverton
On Tuesday 06 Mar 2007, Tony Wu wrote: How can I keep the image hidden? Or is there a better approach with doing fade in/out in picture slideshow? Firstly I'd try setting includeInLayout as well as visible, closely followed y a visit to the various Image components on FlexBox. -- Tom

[flexcoders] Slideshow problem: Preloading a hidden image resets its visible property

2007-03-06 Thread Tony Wu
Hi I am creating a slideshow that display images from a RSS feed. It has two images overlapping each other. The logic is simple: When one image is shown, I preload the next image in the hidden second image, then I flip them on a timer with fade in/out effects. The problem I have is: For the