actionscript swf: why the swf is cached in one web server
- by Bin Chen
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…