在 qml Webview 中启用 Flash 插件
如何在qml Webview中启用Flash插件?
我已经尝试过了:
WebView {
width: 200; height: 200
settings.pluginsEnabled: true
html:"<html><head></head><body><object width="425" height="350" data="http://www.youtube.com/v/........." type="application/x-shockwave-flash"><param name="src" value="http://www.youtube.com/v/........."></object></body></html>"
}
它在使用 Chrome for ex 的电脑上运行良好,但在 symbian 设备(E7)上它只显示一个插件图标
How to Enable Flash Plugin in qml Webview?
I've tried:
WebView {
width: 200; height: 200
settings.pluginsEnabled: true
html:"<html><head></head><body><object width="425" height="350" data="http://www.youtube.com/v/........." type="application/x-shockwave-flash"><param name="src" value="http://www.youtube.com/v/........."></object></body></html>"
}
It works well on the pc using Chrome for ex, but on a symbian device (E7) it shows only a plugin icon
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论