|
Rank: Newbie Groups: Member
Joined: 7/5/2016 Posts: 4
|
I downloaded the latest version of EO.WebBrowser (16.1.32.0) it is not showing the flash content. I checked the EO.WebBrowser.RunTime.AutoScanCommonPlugins is set to true but the flash content is not working.
I am getting "Adobe Flash Player needs your permission to run" error.
Please let me know if I missing any configuration steps.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,275
|
Hi, Please make sure you follow these steps: http://www.essentialobjects.com/doc/webbrowser/advanced/plugin.aspxThe key is you must install the PPAPI system plugin, not the traditional NPAPI one. Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 7/5/2016 Posts: 4
|
I checked the link Its showing chrome plugin installed under C:\Program Files (x86)\Google\Chrome\Application\51.0.2704.103\PepperFlash\ folder.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,275
|
This is exactly these steps exist and why you need to read and follow it step by step ---- EO.WebBrowser does NOT use the plugin comes from Google Chrome (due to redistribution right). You need to install the system plugin from Adobe's website instead.
|
|
Rank: Newbie Groups: Member
Joined: 7/5/2016 Posts: 4
|
eo_support wrote:This is exactly these steps exist and why you need to read and follow it step by step ---- EO.WebBrowser does NOT use the plugin comes from Google Chrome (due to redistribution right). You need to install the system plugin from Adobe's website instead. After installing the PPAPI version the flash content is working. For distribution I need to distribute the pepflashplayer32_22_0_0_192.dll along with my App?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,275
|
Hi,
You would either ask users to follow the same steps to install it or redistribute it with your application. If you choose to redistribute it, you must follow these steps:
1. Set AutoScanCommonPlugins to false; 2. Put these two files in a separate folder:
manifest.json pepflashplayer32_22_0_0_192.dll (the exact version number can change
3. Set AdditionalPluginDirs to include this folder;
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 7/5/2016 Posts: 4
|
eo_support wrote:Hi,
You would either ask users to follow the same steps to install it or redistribute it with your application. If you choose to redistribute it, you must follow these steps:
1. Set AutoScanCommonPlugins to false; 2. Put these two files in a separate folder:
manifest.json pepflashplayer32_22_0_0_192.dll (the exact version number can change
3. Set AdditionalPluginDirs to include this folder;
Thanks! Thanks for helping. Distributing the plugin is very hard. I need to package the Windows 7 plugin and Windows 10 plugin. I am not sure why EO.WebBrowser not using the Chome plugin installed under C:\Program Files (x86)\Google\Chrome\Application\51.0.2704.103\PepperFlash\ folder.
|
|