Does someone has a answer for my question,

I've a question about the Loader class in Flex 2. I've created a simple
project that adds an Image object to a VBox when a button has been clicked.
I load the Image with the content of the Loader. I also connected a
ProgressBar which shows the progress of bytes loaded. The first time i run
the project it works fine. The progressbar is updating when receiving the
bytes. The second time i run this project the progressbar is not updating
because the image has already been cached by internet explorer. But loading
the image takes the same time as when i run my project for the first time.

So here's my question:

Does the Loader class always downloads the image from the given url, even
when the file is cached?
Because when i just type in the url in ie the image is directly loaded.

Thanx

Richard



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to