Does anyone know if adobe flash player cache data is available to other users on a system?

For example: A user logs onto Windows XP, then uses my adobe flex application... and in the process of doing so downloads the signed flex lib... He then decides to mow the lawn and log off.

At about 3pm the same day, his Mum can't hear the TV over the sound of the mower, so she decides to log in using a different XP user account. She proceeds to use the very same flex application. Does she also need to download the flex lib again, or would the data already be cached in the flash player?

Thanks!

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Flex's app cache is in a user-specific place on all OSs. From the docs, section "About the Player cache":

Windows 95/98/ME/2000/XP
C:\Documents and Settings\user_name\Application Data\Adobe\Flash Player\AssetCache\

Windows Vista
C:\Users\user_name\AppData\Roaming\Adobe\Flash Player\AssetCache\

Linux
/home/user_name/.adobe/Flash_Player/AssetCache/

Mac OSX
/Users/user_name/Library/Cache/Adobe/Flash Player/AssetCache/

link|improve this answer
feedback

Typically, your flash cookies (shared objects) and cache are here:

C:\Documents and Settings\<user>\Application Data\Macromedia\Flash Player

Which means that different users have to download the library separately.

link|improve this answer
I see, where did you find that information. Perhaps this setting could be changed to a global location via the registry or something... searches – timoxley Sep 16 '09 at 5:01
I can't seen any mention of it: macromedia.com/support/documentation/en/flashplayer/help/… – Glenn Sep 16 '09 at 6:47
He asked about the app cache, not shared objects... – fenomas Sep 17 '09 at 19:05
@fenomas: I'm pretty sure Glenn's post says "your flash cookies (shared objects) and cache" Granted, he says Macromedia instead of Adobe (who now owns it), but other than that, the directory you list below is within the directory Glenn said. – Powerlord Sep 17 '09 at 19:21
Well, it is a bit skitzophrenic. Some stuff is in the macromedia area, and some stuff is in the adobe area. Techincally, fenomas is more correct but the gist is that it's all in the user's home directory. – Glenn Sep 17 '09 at 19:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.