Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 24264  / 3 Years ago, thu, may 27, 2021, 6:37:47

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!


More From » adobe

 Answers
1

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.


[#41273] Friday, May 28, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
laiuct

Total Points: 44
Total Questions: 105
Total Answers: 107

Location: Seychelles
Member since Mon, Feb 15, 2021
3 Years ago
;