Adobe Flash Player Standalone

I downloaded the Standalone flash player and it’s working fine, but I can not seem to find the saves for this. Anyone know where to look?

Hi @mknight91,

Unfortunately, no. I do, horever, know that flash (so I’m thinking flash player as well) is dead and no longer supported. Unless that is just the websites version. So there is a chace I don’t understand it correctly.

Hope this helps.

You can still play old flash files if you have them exported to your pc using a standalone player. I just can export my saves because I can’t find where they are stored in linux.

The easiest, I think, or it’s what I would’ve done were it me, was do a save with a name somewhere. Note the name, or if you should choose, choose one you’d remember, though.

When done, search for the file, in the terminal, either with,

find -type f -name <filename>

Where <filename> is the name of the file previously specified.

Or find the file by:

sudo updated
locate <filename>

Where <filename> is the name of the file previously specified.

The results should contain the full path to the file, from which you should be able to find out where it’s been saved.

Hope this helps!

Thank you.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.