有人知道adobe flash player缓存数据是否可供系统上的其他用户使用?
例如: 用户登录到Windows XP,然后使用我的adobe flex应用程序...并在此过程中下载已签名的flex lib ...然后他决定修剪草坪并注销。
当天下午3点左右,他的妈妈听不到割草机声音的电视,所以她决定使用不同的XP用户帐号登录。她继续使用完全相同的flex应用程序。她是否还需要再次下载flex lib,或者数据是否已经缓存在Flash播放器中?
谢谢!
答案 0 :(得分:3)
Flex的应用缓存位于所有操作系统的用户特定位置。从the docs开始,“关于播放器缓存”部分:
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/
答案 1 :(得分:0)
通常,您的Flash Cookie(共享对象)和缓存位于:
C:\Documents and Settings\<user>\Application Data\Macromedia\Flash Player
这意味着不同的用户必须单独下载库。