[Flashcoders] sendAndLoad() and If-Modified-Since

2006-01-05 Thread Alexander Farber
Ok, thanks. And what about the If-Modified-Since header? Is it honored by Flash's sendAndLoad()? Does anybody please have an AS-code snippet using that header? Regards Alex On 1/4/06, Weyert de Boer [EMAIL PROTECTED] wrote: What I always understood about the working of the Flash player is that

Re: [Flashcoders] sendAndLoad() and If-Modified-Since

2006-01-05 Thread Weyert de Boer
Hi Alexander, Ok, thanks. And what about the If-Modified-Since header? Is it honored by Flash's sendAndLoad()? Yes, I think Flash honors the caching magic of the browser, meaning that when If-Modified-Since is = to the previous cached one it will get the ol done. One of the reasons you

Re: [Flashcoders] sendAndLoad() and If-Modified-Since

2006-01-05 Thread Alexander Farber
Hi, On 1/5/06, Weyert de Boer [EMAIL PROTECTED] wrote: // disable the caching... highscoreXml .sendAndLoad( highscorephp?timestamp= + new Date().getTime(), highscoreXml ); thanks however I mean something different than your trick with the changing URL: 1) Can you sendAndLoad() from a flash

Re: [Flashcoders] sendAndLoad() and If-Modified-Since

2006-01-05 Thread Weyert de Boer
Hi I don't think is possible... maybe someone else knows it :) thanks however I mean something different than your trick with the changing URL: 1) Can you sendAndLoad() from a flash applet, 2) then get the Last-Modified value from the returned HTTP-header 3) then prepare another