Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

flash allow button cannot be pressed

I noticed this before. Sometimes in some browsers with flash camera dialog you won't be able to press ALLOW button to access camera, microphone. The issue is already exposed over here Can't click allow button in flash on firefox and Adobe is tracking issue about this bug http://bugs.adobe.com/jira/browse/FP-4656.

The purposed solution sometimes works but also not always. The other workaround I wound on web is to set the margin-left and margin-right CSS in flash container like this:

margin-left: 0.5px;
margin-right: auto;

Well now the OS X Lion came out and the damn thing doesn't work in any browser! I even tried the Facebook profile photo taker which also uses flash for taking photos. Also there you cant press ALLOW button. Same with YouTube video recorder etc...

What to do?

like image 697
Primoz Rome Avatar asked Jul 21 '11 19:07

Primoz Rome


1 Answers

This is supposed to be fixed in Flash Player version 10.3.

Release notes:http://kb2.adobe.com/cps/901/cpsid_90194.html

Fixes in Flash Player 10.3 >> General >> "On Mac OS X Lion, the Flash Player Settings dialog box does not respond to mouse clicks (2918693)"

like image 107
meddlingwithfire Avatar answered Nov 05 '22 21:11

meddlingwithfire