I'm looking for the directory where Flex framework swf and swz files are cached. It's been so long since I've needed to know that I've forgotten. For testing, I need to remove the files and force the browser to download them again.
Asked
Active
Viewed 422 times
1
-
Did you try a Google Search? This came up; which looks like a good explanation: http://www.kalengibbons.com/blog/index.php/2008/11/clearing-framework-rsls-from-your-flash-player-cache/ – JeffryHouser Aug 01 '12 at 13:19
-
Yes. I used to have a script to clear the RSL's, which I vaguely recall is not the same as the Flash Player Cache. Since I need to work on this code a bit today, I'd like to reproduce that script, so I need the location rather than using the Settings Panel. Oh, it's coming back to me... unsigned RSLs are of course cached by the browser. So, I'm really just needing the paths to signed RSLs – Aug 01 '12 at 13:25
1 Answers
1
Finally found it. Adobe Flash Player Cache: Does data persist across different users of a system?
It seems there is some general confusion about the Flash Player Cache and RSL caching. The referenced question describes where the signed RSLs are located. Sites referenced in the comments describe where Flash data or SharedObjects are cached. Unsigned RSLs are merely cached by the browser, so clearing your browser cache will delete them; however deleting signed RSLs isn't as intuitive.

Community
- 1
- 1