actionscript swf: why the swf is cached in one web server

Posted by Bin Chen on Stack Overflow See other posts from Stack Overflow or by Bin Chen
Published on 2010-04-10T02:00:48Z Indexed on 2010/04/10 2:03 UTC
Read the original article Hit count: 554

Filed under:
|
|

Hi,

I have one swf and a program to load this swf. The swf is put in a server. I encounter a weird problem that if I put this swf in serverA, each time my program will issue a http request to that webserver(with 304 response).

But when I move the swf from serverA to serverB, some weird things happen, the progrom will only issue the first time http request, and after that, it didn't send any http request, it looks like it uses the cache in the disk.

I wonder is how can I configure serverA make the behavior the same as serverB, as I guess the problem may exists in the http response that make the program not retrieving the swf from serverB any more.

Bin

© Stack Overflow or respective owner

Related posts about actionscript

Related posts about swf