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 sometimes need to add a timestamp to the requested url in Flash, otherwise you won't get the latest version.

Does anybody please have an AS-code snippet using that header?

// diable the caching...
highscoreXml .sendAndLoad( "highscorephp?timestamp=" + new Date().getTime(), highscoreXml );

Yours,
Weyert de Boer

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to