CodeAndCode
CodeAndCode

Reputation: 5

Enable Flash plugin in WPF using CEFSharp

I'm developing a WPF application using Cefsharp. This web browser inside the app should show some flash contents. I found some forum where the users suggest to use papi flash or pepper flash for Cefsharp. I have no idea how to implement those plugin in my project. I'm using the last version of Cefsharp. Someone can explain how to enable Flash contents in my webview?

Thanks

Upvotes: 0

Views: 1032

Answers (1)

TEK
TEK

Reputation: 1265

You need to download the PPAPI version of Flash. Every computer running your app must do the same. Visit http://get.adobe.com/flashplayer/otherversions/ and select FP [xx] for Chromium and Opera where [xx] is the current version number, which is 26 at the time of this answer.

Upvotes: 1

Related Questions