Does Chromium Embedded Framework support HTML5 audio?
问题 I've been playing around with CefSharp and I can't seem to make any audio play. I can make the audio controls appear, but they remain frozen. These are the versions I use: Chromium: 21.0.1180.0, CEF: r728, CefSharp: 0.12.4596.50 I tried first .mp3, then .ogg, and finally .wav, but none would work. This is the HTML and audio I load when trying with .ogg: public bool OnBeforeResourceLoad(IWebBrowser browser, IRequestResponse requestResponse) { IRequest request = requestResponse.Request; if