vote up 0 vote down star

I'm current loading my SWF from a JSP, and passing parameters to it via query string (e.g. flash.swf?key=1234abcd) which works fine. The problem is that this appears to disable caching completely. My users will likely visit my Flash app with a different query string every time, which will lead to long load times.

I see in the headers there is an ETag, which would be respected if not for the varying query string. Is there another way to pass parameters to the SWF (headers maybe?) which still allows it to be cached?

Using Tomcat 6.0 BTW.

flag

78% accept rate
This is not affected by the web server or the server side script. In this case, Tomcat and JSP have no effect whatsoever on the behaviour. – Vijay Dev Aug 25 at 17:24

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.