Adobe Flash cookies (files with .sol
extension) used to be located in ~/.macromedia
. This folder no longer exists in Ubuntu 14.04LTS and newer. If the method of installing Flash has any effect on the location, the Ubuntu Installer option is how I installed it. So where are the Flash Cookies now located? I've tried searching for .sol
files with no luck - and yes I have "Show Hidden Files" enabled in File Manager. Does anyone know where they're stored now?
flash adobe
add a comment |
Adobe Flash cookies (files with .sol
extension) used to be located in ~/.macromedia
. This folder no longer exists in Ubuntu 14.04LTS and newer. If the method of installing Flash has any effect on the location, the Ubuntu Installer option is how I installed it. So where are the Flash Cookies now located? I've tried searching for .sol
files with no luck - and yes I have "Show Hidden Files" enabled in File Manager. Does anyone know where they're stored now?
flash adobe
1
I have a ~/.macromedia/Flash_Player folder with in it dirs macromedia.com and #SharedObjects settings.sol is inside ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys and serveral other sub-dirs :)
– Rinzwind
May 4 '11 at 17:41
Someone want to hack their savegame file?
– Kaz Wolfe
Jan 1 '14 at 18:39
Maybe to backup Flash Game savefiles. Too bad adobe doesn't provide a backup utility by itself.
– HEXcube
Mar 5 '14 at 17:30
add a comment |
Adobe Flash cookies (files with .sol
extension) used to be located in ~/.macromedia
. This folder no longer exists in Ubuntu 14.04LTS and newer. If the method of installing Flash has any effect on the location, the Ubuntu Installer option is how I installed it. So where are the Flash Cookies now located? I've tried searching for .sol
files with no luck - and yes I have "Show Hidden Files" enabled in File Manager. Does anyone know where they're stored now?
flash adobe
Adobe Flash cookies (files with .sol
extension) used to be located in ~/.macromedia
. This folder no longer exists in Ubuntu 14.04LTS and newer. If the method of installing Flash has any effect on the location, the Ubuntu Installer option is how I installed it. So where are the Flash Cookies now located? I've tried searching for .sol
files with no luck - and yes I have "Show Hidden Files" enabled in File Manager. Does anyone know where they're stored now?
flash adobe
flash adobe
edited Jul 23 '17 at 11:21
HEXcube
2,4462125
2,4462125
asked May 4 '11 at 17:38
DexDex
16112
16112
1
I have a ~/.macromedia/Flash_Player folder with in it dirs macromedia.com and #SharedObjects settings.sol is inside ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys and serveral other sub-dirs :)
– Rinzwind
May 4 '11 at 17:41
Someone want to hack their savegame file?
– Kaz Wolfe
Jan 1 '14 at 18:39
Maybe to backup Flash Game savefiles. Too bad adobe doesn't provide a backup utility by itself.
– HEXcube
Mar 5 '14 at 17:30
add a comment |
1
I have a ~/.macromedia/Flash_Player folder with in it dirs macromedia.com and #SharedObjects settings.sol is inside ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys and serveral other sub-dirs :)
– Rinzwind
May 4 '11 at 17:41
Someone want to hack their savegame file?
– Kaz Wolfe
Jan 1 '14 at 18:39
Maybe to backup Flash Game savefiles. Too bad adobe doesn't provide a backup utility by itself.
– HEXcube
Mar 5 '14 at 17:30
1
1
I have a ~/.macromedia/Flash_Player folder with in it dirs macromedia.com and #SharedObjects settings.sol is inside ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys and serveral other sub-dirs :)
– Rinzwind
May 4 '11 at 17:41
I have a ~/.macromedia/Flash_Player folder with in it dirs macromedia.com and #SharedObjects settings.sol is inside ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys and serveral other sub-dirs :)
– Rinzwind
May 4 '11 at 17:41
Someone want to hack their savegame file?
– Kaz Wolfe
Jan 1 '14 at 18:39
Someone want to hack their savegame file?
– Kaz Wolfe
Jan 1 '14 at 18:39
Maybe to backup Flash Game savefiles. Too bad adobe doesn't provide a backup utility by itself.
– HEXcube
Mar 5 '14 at 17:30
Maybe to backup Flash Game savefiles. Too bad adobe doesn't provide a backup utility by itself.
– HEXcube
Mar 5 '14 at 17:30
add a comment |
4 Answers
4
active
oldest
votes
If you checked the "Install this third party software" option during Ubuntu installation process, you're using NPAPI Adobe Flash plugin installed through flashplugin-installer package. The same plugin is provided by adobe-flashplugin package from Canonical Partner repo as well. This is the plugin generally used by Firefox and all other browsers not based on Chromium. In this case, the cookies are stored at:
~/.macromedia/Flash_Player/#SharedObjects/
~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys/
Google Chrome bundles a Pepper Plugin API (PPAPI) based Flash plugin. For this plugin, the .sol
files are stored at:
~/.config/google-chrome/Default/Pepper Data/Shockwave Flash/WritableRoot/#SharedObjects/
If you use the PPAPI Flash plugin on other Chromium based browsers, replace google-chrome
in the path given above with name of your browser. For example, with Chromium:
~/.config/chromium/Default/Pepper Data/Shockwave Flash/WritableRoot/#SharedObjects/
Tested on Adobe Flash 21.0 PPAPI and 11.2 NPAPI plugins.
Source : Wikipedia page on Local Shared Object
Thanks to Xen2050 for providing info about Flash plugin on Chromium! 😊
1
Chromium stores it's files in~/.config/chromium/...
otherwise looks the same as for Chrome
– Xen2050
Mar 19 '16 at 10:11
@Xen2050 Thanx for the info on Chromium! 😊 I just updated the answer to cover Chromium too! 😃
– HEXcube
Mar 21 '16 at 19:20
add a comment |
There is the ~/.macromedia folder in 11.04. Your flash cookies are located in ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys directory.
There is another way to see your flash cookies and make whatever you want with them in the Global Storage Settings panel from the Adobe Flash Player Website.
Also, if you want to find out more about flash cookies, there are many things to know about them here.
Often, both the.macromedia
and.adobe
folders exist (even on systems that have only ever had one version of Flash installed). So it's worth looking in both folders. If you want to clear locally cached Flash data and Flash cookies, you can delete both folders.
– Eliah Kagan
Jun 3 '12 at 3:58
add a comment |
Type this in terminal:
locate *.sol
Or to remove all flash cookies:
rm `locate *.sol`
Note that locate isn't updated very fast, so if you run locate *.sol
again after removing them. It'll indicate that the files still exists. Try to remove them again, an you'll get a couple of messages indicating that the files do not exist anymore.
This method is fairly reliable, but won't remove very fresh flash cookies, since they haven't been indexed yet, and so 'locate' doesn't know about them yet.
I don't uselocate
orupdatedb
, so thelocate *.sol
command does not find any of my .sol files.find
would be a much better command to find currently existing files
– Xen2050
Mar 19 '16 at 10:08
add a comment |
If you download and install a flash game on your computer, you should type:
Home/.wine/drive_c/user/"User name"/Application Data/Macromedia/Flash Player/#SharedObjects/"some random code?"/localhost/Downloads/...
hope it useful
New contributor
Duc Phu Trinh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f40080%2fwhere-are-adobe-flash-cookies-sol-files-stored%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you checked the "Install this third party software" option during Ubuntu installation process, you're using NPAPI Adobe Flash plugin installed through flashplugin-installer package. The same plugin is provided by adobe-flashplugin package from Canonical Partner repo as well. This is the plugin generally used by Firefox and all other browsers not based on Chromium. In this case, the cookies are stored at:
~/.macromedia/Flash_Player/#SharedObjects/
~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys/
Google Chrome bundles a Pepper Plugin API (PPAPI) based Flash plugin. For this plugin, the .sol
files are stored at:
~/.config/google-chrome/Default/Pepper Data/Shockwave Flash/WritableRoot/#SharedObjects/
If you use the PPAPI Flash plugin on other Chromium based browsers, replace google-chrome
in the path given above with name of your browser. For example, with Chromium:
~/.config/chromium/Default/Pepper Data/Shockwave Flash/WritableRoot/#SharedObjects/
Tested on Adobe Flash 21.0 PPAPI and 11.2 NPAPI plugins.
Source : Wikipedia page on Local Shared Object
Thanks to Xen2050 for providing info about Flash plugin on Chromium! 😊
1
Chromium stores it's files in~/.config/chromium/...
otherwise looks the same as for Chrome
– Xen2050
Mar 19 '16 at 10:11
@Xen2050 Thanx for the info on Chromium! 😊 I just updated the answer to cover Chromium too! 😃
– HEXcube
Mar 21 '16 at 19:20
add a comment |
If you checked the "Install this third party software" option during Ubuntu installation process, you're using NPAPI Adobe Flash plugin installed through flashplugin-installer package. The same plugin is provided by adobe-flashplugin package from Canonical Partner repo as well. This is the plugin generally used by Firefox and all other browsers not based on Chromium. In this case, the cookies are stored at:
~/.macromedia/Flash_Player/#SharedObjects/
~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys/
Google Chrome bundles a Pepper Plugin API (PPAPI) based Flash plugin. For this plugin, the .sol
files are stored at:
~/.config/google-chrome/Default/Pepper Data/Shockwave Flash/WritableRoot/#SharedObjects/
If you use the PPAPI Flash plugin on other Chromium based browsers, replace google-chrome
in the path given above with name of your browser. For example, with Chromium:
~/.config/chromium/Default/Pepper Data/Shockwave Flash/WritableRoot/#SharedObjects/
Tested on Adobe Flash 21.0 PPAPI and 11.2 NPAPI plugins.
Source : Wikipedia page on Local Shared Object
Thanks to Xen2050 for providing info about Flash plugin on Chromium! 😊
1
Chromium stores it's files in~/.config/chromium/...
otherwise looks the same as for Chrome
– Xen2050
Mar 19 '16 at 10:11
@Xen2050 Thanx for the info on Chromium! 😊 I just updated the answer to cover Chromium too! 😃
– HEXcube
Mar 21 '16 at 19:20
add a comment |
If you checked the "Install this third party software" option during Ubuntu installation process, you're using NPAPI Adobe Flash plugin installed through flashplugin-installer package. The same plugin is provided by adobe-flashplugin package from Canonical Partner repo as well. This is the plugin generally used by Firefox and all other browsers not based on Chromium. In this case, the cookies are stored at:
~/.macromedia/Flash_Player/#SharedObjects/
~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys/
Google Chrome bundles a Pepper Plugin API (PPAPI) based Flash plugin. For this plugin, the .sol
files are stored at:
~/.config/google-chrome/Default/Pepper Data/Shockwave Flash/WritableRoot/#SharedObjects/
If you use the PPAPI Flash plugin on other Chromium based browsers, replace google-chrome
in the path given above with name of your browser. For example, with Chromium:
~/.config/chromium/Default/Pepper Data/Shockwave Flash/WritableRoot/#SharedObjects/
Tested on Adobe Flash 21.0 PPAPI and 11.2 NPAPI plugins.
Source : Wikipedia page on Local Shared Object
Thanks to Xen2050 for providing info about Flash plugin on Chromium! 😊
If you checked the "Install this third party software" option during Ubuntu installation process, you're using NPAPI Adobe Flash plugin installed through flashplugin-installer package. The same plugin is provided by adobe-flashplugin package from Canonical Partner repo as well. This is the plugin generally used by Firefox and all other browsers not based on Chromium. In this case, the cookies are stored at:
~/.macromedia/Flash_Player/#SharedObjects/
~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys/
Google Chrome bundles a Pepper Plugin API (PPAPI) based Flash plugin. For this plugin, the .sol
files are stored at:
~/.config/google-chrome/Default/Pepper Data/Shockwave Flash/WritableRoot/#SharedObjects/
If you use the PPAPI Flash plugin on other Chromium based browsers, replace google-chrome
in the path given above with name of your browser. For example, with Chromium:
~/.config/chromium/Default/Pepper Data/Shockwave Flash/WritableRoot/#SharedObjects/
Tested on Adobe Flash 21.0 PPAPI and 11.2 NPAPI plugins.
Source : Wikipedia page on Local Shared Object
Thanks to Xen2050 for providing info about Flash plugin on Chromium! 😊
edited Mar 21 '16 at 19:18
answered Jan 1 '14 at 18:33
HEXcubeHEXcube
2,4462125
2,4462125
1
Chromium stores it's files in~/.config/chromium/...
otherwise looks the same as for Chrome
– Xen2050
Mar 19 '16 at 10:11
@Xen2050 Thanx for the info on Chromium! 😊 I just updated the answer to cover Chromium too! 😃
– HEXcube
Mar 21 '16 at 19:20
add a comment |
1
Chromium stores it's files in~/.config/chromium/...
otherwise looks the same as for Chrome
– Xen2050
Mar 19 '16 at 10:11
@Xen2050 Thanx for the info on Chromium! 😊 I just updated the answer to cover Chromium too! 😃
– HEXcube
Mar 21 '16 at 19:20
1
1
Chromium stores it's files in
~/.config/chromium/...
otherwise looks the same as for Chrome– Xen2050
Mar 19 '16 at 10:11
Chromium stores it's files in
~/.config/chromium/...
otherwise looks the same as for Chrome– Xen2050
Mar 19 '16 at 10:11
@Xen2050 Thanx for the info on Chromium! 😊 I just updated the answer to cover Chromium too! 😃
– HEXcube
Mar 21 '16 at 19:20
@Xen2050 Thanx for the info on Chromium! 😊 I just updated the answer to cover Chromium too! 😃
– HEXcube
Mar 21 '16 at 19:20
add a comment |
There is the ~/.macromedia folder in 11.04. Your flash cookies are located in ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys directory.
There is another way to see your flash cookies and make whatever you want with them in the Global Storage Settings panel from the Adobe Flash Player Website.
Also, if you want to find out more about flash cookies, there are many things to know about them here.
Often, both the.macromedia
and.adobe
folders exist (even on systems that have only ever had one version of Flash installed). So it's worth looking in both folders. If you want to clear locally cached Flash data and Flash cookies, you can delete both folders.
– Eliah Kagan
Jun 3 '12 at 3:58
add a comment |
There is the ~/.macromedia folder in 11.04. Your flash cookies are located in ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys directory.
There is another way to see your flash cookies and make whatever you want with them in the Global Storage Settings panel from the Adobe Flash Player Website.
Also, if you want to find out more about flash cookies, there are many things to know about them here.
Often, both the.macromedia
and.adobe
folders exist (even on systems that have only ever had one version of Flash installed). So it's worth looking in both folders. If you want to clear locally cached Flash data and Flash cookies, you can delete both folders.
– Eliah Kagan
Jun 3 '12 at 3:58
add a comment |
There is the ~/.macromedia folder in 11.04. Your flash cookies are located in ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys directory.
There is another way to see your flash cookies and make whatever you want with them in the Global Storage Settings panel from the Adobe Flash Player Website.
Also, if you want to find out more about flash cookies, there are many things to know about them here.
There is the ~/.macromedia folder in 11.04. Your flash cookies are located in ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys directory.
There is another way to see your flash cookies and make whatever you want with them in the Global Storage Settings panel from the Adobe Flash Player Website.
Also, if you want to find out more about flash cookies, there are many things to know about them here.
edited May 5 '11 at 12:01
answered May 4 '11 at 19:20


Julien ShepherdJulien Shepherd
1421617
1421617
Often, both the.macromedia
and.adobe
folders exist (even on systems that have only ever had one version of Flash installed). So it's worth looking in both folders. If you want to clear locally cached Flash data and Flash cookies, you can delete both folders.
– Eliah Kagan
Jun 3 '12 at 3:58
add a comment |
Often, both the.macromedia
and.adobe
folders exist (even on systems that have only ever had one version of Flash installed). So it's worth looking in both folders. If you want to clear locally cached Flash data and Flash cookies, you can delete both folders.
– Eliah Kagan
Jun 3 '12 at 3:58
Often, both the
.macromedia
and .adobe
folders exist (even on systems that have only ever had one version of Flash installed). So it's worth looking in both folders. If you want to clear locally cached Flash data and Flash cookies, you can delete both folders.– Eliah Kagan
Jun 3 '12 at 3:58
Often, both the
.macromedia
and .adobe
folders exist (even on systems that have only ever had one version of Flash installed). So it's worth looking in both folders. If you want to clear locally cached Flash data and Flash cookies, you can delete both folders.– Eliah Kagan
Jun 3 '12 at 3:58
add a comment |
Type this in terminal:
locate *.sol
Or to remove all flash cookies:
rm `locate *.sol`
Note that locate isn't updated very fast, so if you run locate *.sol
again after removing them. It'll indicate that the files still exists. Try to remove them again, an you'll get a couple of messages indicating that the files do not exist anymore.
This method is fairly reliable, but won't remove very fresh flash cookies, since they haven't been indexed yet, and so 'locate' doesn't know about them yet.
I don't uselocate
orupdatedb
, so thelocate *.sol
command does not find any of my .sol files.find
would be a much better command to find currently existing files
– Xen2050
Mar 19 '16 at 10:08
add a comment |
Type this in terminal:
locate *.sol
Or to remove all flash cookies:
rm `locate *.sol`
Note that locate isn't updated very fast, so if you run locate *.sol
again after removing them. It'll indicate that the files still exists. Try to remove them again, an you'll get a couple of messages indicating that the files do not exist anymore.
This method is fairly reliable, but won't remove very fresh flash cookies, since they haven't been indexed yet, and so 'locate' doesn't know about them yet.
I don't uselocate
orupdatedb
, so thelocate *.sol
command does not find any of my .sol files.find
would be a much better command to find currently existing files
– Xen2050
Mar 19 '16 at 10:08
add a comment |
Type this in terminal:
locate *.sol
Or to remove all flash cookies:
rm `locate *.sol`
Note that locate isn't updated very fast, so if you run locate *.sol
again after removing them. It'll indicate that the files still exists. Try to remove them again, an you'll get a couple of messages indicating that the files do not exist anymore.
This method is fairly reliable, but won't remove very fresh flash cookies, since they haven't been indexed yet, and so 'locate' doesn't know about them yet.
Type this in terminal:
locate *.sol
Or to remove all flash cookies:
rm `locate *.sol`
Note that locate isn't updated very fast, so if you run locate *.sol
again after removing them. It'll indicate that the files still exists. Try to remove them again, an you'll get a couple of messages indicating that the files do not exist anymore.
This method is fairly reliable, but won't remove very fresh flash cookies, since they haven't been indexed yet, and so 'locate' doesn't know about them yet.
edited Jun 3 '12 at 4:00
Eliah Kagan
82.7k22227369
82.7k22227369
answered Jun 2 '12 at 23:47
TerionTerion
192
192
I don't uselocate
orupdatedb
, so thelocate *.sol
command does not find any of my .sol files.find
would be a much better command to find currently existing files
– Xen2050
Mar 19 '16 at 10:08
add a comment |
I don't uselocate
orupdatedb
, so thelocate *.sol
command does not find any of my .sol files.find
would be a much better command to find currently existing files
– Xen2050
Mar 19 '16 at 10:08
I don't use
locate
or updatedb
, so the locate *.sol
command does not find any of my .sol files. find
would be a much better command to find currently existing files– Xen2050
Mar 19 '16 at 10:08
I don't use
locate
or updatedb
, so the locate *.sol
command does not find any of my .sol files. find
would be a much better command to find currently existing files– Xen2050
Mar 19 '16 at 10:08
add a comment |
If you download and install a flash game on your computer, you should type:
Home/.wine/drive_c/user/"User name"/Application Data/Macromedia/Flash Player/#SharedObjects/"some random code?"/localhost/Downloads/...
hope it useful
New contributor
Duc Phu Trinh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
If you download and install a flash game on your computer, you should type:
Home/.wine/drive_c/user/"User name"/Application Data/Macromedia/Flash Player/#SharedObjects/"some random code?"/localhost/Downloads/...
hope it useful
New contributor
Duc Phu Trinh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
If you download and install a flash game on your computer, you should type:
Home/.wine/drive_c/user/"User name"/Application Data/Macromedia/Flash Player/#SharedObjects/"some random code?"/localhost/Downloads/...
hope it useful
New contributor
Duc Phu Trinh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
If you download and install a flash game on your computer, you should type:
Home/.wine/drive_c/user/"User name"/Application Data/Macromedia/Flash Player/#SharedObjects/"some random code?"/localhost/Downloads/...
hope it useful
New contributor
Duc Phu Trinh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Duc Phu Trinh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 41 mins ago


Duc Phu TrinhDuc Phu Trinh
11
11
New contributor
Duc Phu Trinh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Duc Phu Trinh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Duc Phu Trinh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f40080%2fwhere-are-adobe-flash-cookies-sol-files-stored%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I have a ~/.macromedia/Flash_Player folder with in it dirs macromedia.com and #SharedObjects settings.sol is inside ~/.macromedia/Flash_Player/macromedia.com/support/flashplayer/sys and serveral other sub-dirs :)
– Rinzwind
May 4 '11 at 17:41
Someone want to hack their savegame file?
– Kaz Wolfe
Jan 1 '14 at 18:39
Maybe to backup Flash Game savefiles. Too bad adobe doesn't provide a backup utility by itself.
– HEXcube
Mar 5 '14 at 17:30