使用Gecko播放youtube视频(生涩)时遇到一些问题。我认为可以通过关闭“硬件访问”来解决这个问题。我不知道怎么做。这是设置代码:
GeckoPreferences.User["browser.xul.error_pages.enabled"] = false;
string appPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location) + "\\";
Gecko.Xpcom.Initialize(appPath + "firefox");
请帮帮我。抱歉我的英文。感谢。
答案 0 :(得分:1)