Where is the Adobe flash player Settings Manager?

I want to allow midomi website to access my microphone. The only way I know is to access this link http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html . However, that link does not give me a way to save the setting I made, so to no avail.

I wonder if I can find the setting manager on my local Ubuntu system? Thanks and regards!

Answer

If you run:

me@ubuntu:~$ dpkg -l | grep flash
ii  adobe-flash-properties-gtk             11.1.102.55-0oneiric1                      GTK+ control panel for Adobe Flash Player plugin version 11
ii  adobe-flashplugin                      11.1.102.55-0oneiric1                      Adobe Flash Player plugin version 11

you will get list of all your ‘flash’ packages. This way you will find the exact package name: adobe-flash-properties-gtk.

Now, you can find binaries in the adobe-flash-properties-gtk package, by:

dpkg -L adobe-flash-properties-gtk | grep bin
/usr/bin
/usr/bin/flash-player-properties

So, the answer is: flash-player-properties command from the adobe-flash-properties-gtk package.

Attribution
Source : Link , Question Author : Tim , Answer Author : Michał Šrajer

Leave a Comment