Chrome's Flash player Shared Objects and External Flash Player Shared Objects
I am working on an AS3 application. I need to store some data locally (on
user's machine). I used Shared Object concept. Now in chrome, the default
flash player (pepper flash) stores the shared object in a different
folder. So if a user changes from the default flash player to externally
installed flash player and vice versa (by disabling/enabling flash player
from plugins) there will be loss of data. Let me simplify. External flash
player stores shared object at 'A' and pepper flash at 'B'. If I switch
the flash players, i will miss the data at 'A'/'B'. How can I solve this
problem? Is there a way to retrieve the data? Please help me.
No comments:
Post a Comment