Hi
I have installed new EO Components, update licence key as you wrote before and have another problem with Flash. EO WebBrowser is configured to use Flash player independent on system installed.
I have configured EO like this (in basis on
http://www.essentialobjects.com/doc/webbrowser/advanced/plugin.aspx):
Runtime.AdditionalPluginsDirs = new string[] { Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "FlashPlayer") };
Runtime.AutoScanCommonPlugins = false;
and my WinForm application don't work :(. Because I used NPAPI version before, I downloaded Flash player for Chromium browser (PPAPI version), installed it on my machine, copied DLL files (in sequence)
C:\Windows\SysWOW64\Macromed\Flash\pepflashplayer32_20_0_0_306.dll
C:\Windows\System32\Macromed\Flash\pepflashplayer64_20_0_0_306.dll
in basis on link
http://essentialobjects.com/Forum/postsm39716_help-loading-flash-plugin.aspxto the directory defined in Runtime.AdditionalPluginsDirs and it didn't solve my problem.
I saw only grey window with message lik e"This plugin is not supported"
Because I have no idea how to handle it I have removed both lines of code ( Runtime.XXX ) to use system installed Flash player and now Flash content is displayed.
I'm not sure what is wrong and need you help.
One possibility is that I have copied wrong dll's to the FlashPlayer subfolder. If yes, give me an info which file from Flash player setup I should copy.
Second one is that EO components don't support Flash player from Runtime.AdditionalPluginsDirs correct way ;)
Of course it may be not full list of possible reasons, but I have no idea now what else I should check.
I would be really obliged if you could help me with this problem.
--
Best regards,
Chris (Krzysztof Araszkiewicz)