cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.83k stars 2.92k forks source link

Video and other URL in webView #374

Closed cpgtech closed 10 years ago

cpgtech commented 10 years ago

Hi I am using CefSharp to replace the WebBrowser control in Visual Studio. The installation was a success. But I have two problems.

1 - I can not read a flash video in the browser, but Flash Player is installed. Now my program stops working when the video can not play.

2 - I have a textbox where you can enter a URL when I click on "Go", web page loads well in the WebView but if I enter another web address (URL); the page does not load again.

Can you help me to correct these problems?

Thanks

amaitland commented 10 years ago

Hi @cpgtech,

Any chance you can provide a little more information?

Thanks!

cpgtech commented 10 years ago

Hello @amaitland Thanks for your quick reply.

It work only when i click the first time I hope this information will be enough to help me Thanks

amaitland commented 10 years ago

Hi @cpgtech

In the meantime, have you had a look at the WPF Example project to see if that provides any insight into the problems your having? https://github.com/cefsharp/CefSharp/tree/CefSharp1/CefSharp.Wpf.Example

Any technical detail you can provide will greatly assist someone here helping you resolve your problem.

jornh commented 10 years ago

Closing this, due to no new input. Maybe #386 helps regarding flash?

Otherwise, please provide more info as requested or we can't really help!