I have one issue with my web project we use to release a new swf, the older version gets cached in Chrome and you have to clear your cache to see it. The same does not happen in Firefox and IE.
Environment Used: - Web Application (Flex), Browser tested on IE, Firefox and Google Chrome.
Is there any programmatic solution which can help to solve this problem by using JavaScript, HTML or through Flex?
Solution tried (Does not work): -
I have the following headers:
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" />
meta http-equiv="Pragma" content="no-store, no-cache" />
meta http-equiv="Expires" content="0, -1" />