Re: [Flashcoders] Apparently Doesn't Check Cache

2010-03-10 Thread Victor Subervi
On Wed, Mar 10, 2010 at 11:15 AM, wrote: > Safari - I assume you are on Mac then. > Affirmative. > > Download either Charles or another monitor type utility - if you have > FireFox use FireBug extension. You can then see the actual requests and the > detailed headers. Then you can look for thin

Re: [Flashcoders] Apparently Doesn't Check Cache

2010-03-10 Thread mark . jonkman
2010 9:08:55 AM GMT -05:00 US/Canada Eastern Subject: Re: [Flashcoders] Apparently Doesn't Check Cache On Wed, Mar 10, 2010 at 9:46 AM, wrote: > Every request for a file will go back to the server at some level. For > example, despite the fact that have a file "preloaded'

RE: [Flashcoders] Apparently Doesn't Check Cache

2010-03-10 Thread Karina Steffens
> boun...@chattyfig.figleaf.com] On Behalf Of Nathan Mynarcik > Sent: 10 March 2010 2:03 > To: Flash Coders List > Subject: Re: [Flashcoders] Apparently Doesn't Check Cache > > I actually have experienced the reverse of this issue. Flash caches the > dynamic content so hard that I have revert

Re: [Flashcoders] Apparently Doesn't Check Cache

2010-03-10 Thread Victor Subervi
On Wed, Mar 10, 2010 at 9:46 AM, wrote: > Every request for a file will go back to the server at some level. For > example, despite the fact that have a file "preloaded' into cache when > another request is made for the file it will look at the cache then send a > request to the server to see if

Re: [Flashcoders] Apparently Doesn't Check Cache

2010-03-10 Thread Nathan Mynarcik
Subject: Re: [Flashcoders] Apparently Doesn't Check Cache Every request for a file will go back to the server at some level. For example, despite the fact that have a file "preloaded' into cache when another request is made for the file it will look at the cache then send a request

Re: [Flashcoders] Apparently Doesn't Check Cache

2010-03-10 Thread mark . jonkman
Every request for a file will go back to the server at some level. For example, despite the fact that have a file "preloaded' into cache when another request is made for the file it will look at the cache then send a request to the server to see if the file has changed or whether the file in cac