Banzai
Banzai

Reputation: 5979

How to examine the contents of the Flash Player cache?

In my case I want to load the signed framework RSLs into the flash player cache. Seems to work, but how can I validate, that the swz is really being loaded into the flash player cache?

On my Linux box I tried to find some kind of file in ~/.macromedia, but was not successful.

Upvotes: 2

Views: 2589

Answers (1)

Gabriel
Gabriel

Reputation: 1273

A couple of notes that might help:

0> The file you're looking for might be in: /home/user_name/.adobe/Flash_Player/AssetCache/ or
/home/username/.macromedia/Flash_Player/Logs/

1> There might be a low-level way to see if an RSL was loaded via the cache. However, generally, the behavior is simply left to the player (cough) to do the right thing (cough). If the RSL is in the cache - it should do the deal (cough).

Hope this helps.

EDIT: Broken links removed as per noted comments below (thanks!)

Upvotes: 4

Related Questions