John Singleton wrote:
Now, the problem is that, for some reason, the "preloader" always, without 
fail, loads the graphics. It never seems to check if these graphics were cached, even 
though they were in fact cached in the browser. I wonder if the reason it doesn't check 
could be because I don't add the graphics to the stage (addChild), since I don't want 
them to appear on stage.

I am guessing that your browser caching is turned off and that you are testing in the browser, not the IDE?

What happens if you try "Work Offline"?

Are you able to look at the actual cache on your computer to see if they are there?

If you are using Firefox, can you use something like the LiveHTTPHeaders add on to see the request for the SWF and whether the server sends back "NOT MODIFIED". You could also look at Charles the debugging proxy, or ServiceCapture by Kevin Langdon.
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to