[flexcoders] Re: image flickers when not found

2007-01-03 Thread amigo_fd
No the image does not exist in some cases. So I would nee some kind of http-return-status to check what's happening. And replace the image source to notfound.jpg for instance. --- In flexcoders@yahoogroups.com, Jim Robson [EMAIL PROTECTED] wrote: Hey, Do the images exist in your file

[flexcoders] Re: image flickers when not found

2007-01-02 Thread Jim Robson
Hey, Do the images exist in your file system? In other words, is Flex failing to find images that actually exist? If so, could the problem be that LoadImage() is sometimes invoked before the data is loaded? -Jim --- In flexcoders@yahoogroups.com, amigo_fd [EMAIL PROTECTED] wrote: Hello,