Preventing Flex application caching in browser (multiple modules)

后端 未结 5 1060
隐瞒了意图╮
隐瞒了意图╮ 2021-02-04 15:11

I have a Flex application with multiple modules.

When I redeploy the application I was finding that modules (which are deployed as separate swf files) were being cached

5条回答
  •  天涯浪人
    2021-02-04 15:57

    The caching is not done by Flash Player but by the browser, so it's out of Adobe's control. I think you have found a workable solution. If I want to avoid caching I usually append a random number on the URL.

提交回复
热议问题