Flash Player does not work in Webview when application sandbox is enabled

I am developing a Mac application for the desktop, the application uses Webview to download specific URLs. Everything works fine, but when I turned on the "Enable application sandbox" option and the correct permissions for the application, Flash Player Pluging does not load in Webview.

I tried to answer this question: Flash movies in WebView not working in a stand-alone application . but the flash plugin is still not working. I also tried with the Clear option (cmd + shift + alt + k), but still does not work.

What needs to be done to achieve it ?, I need to show the Flash Player plugin in Webview when the application sandbox is enabled.

+4
source share
1 answer

Based on this error, try adding an exception for Apple Events. http://developer.apple.com/library/ios/#documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/AppSandboxTemporaryExceptionEntitlements.html#//apple_ref/doc/uid/TP40011195-CH5-SW1

I don’t know if you tried to do this, but the StackOverflow answer you are referring to is apparently not related to your problem.

0
source

All Articles