I have a commercial client application that uses Flash for input and output. We are also addressing this issue with Mac OS 10.7.0, the Flash plugin 10.3.185.5.
Our application plays a Flash swf file using a Webkit view object. Turns out this is a configuration that shows an error on OS 10.7.
We were able to correct the error by assembling our application to target only 64-bit Intel platforms instead of creating a universal binary file.
This fixes the error, but we will have to modify our installer to have both a 64-bit binary for OS 10.7 and a universal binary for earlier versions of OS 10.
Adobe claims that their bug has been fixed, there is no work when they release the official build containing the patch.
https://bugbase.adobe.com/index.cfm?event=bug&id=2935794
source share