QT Mobile:如何在 QT Mobile 应用程序中播放 .swf 文件
如何在 QT 移动应用程序中播放 .swf 文件。 ?
正如我已经申请了以下两个 ui->webView->settings()->setAttribute(QWebSettings::PluginsEnabled,true); ui->webView->settings()->setAttribute(QWebSettings::JavascriptEnabled,true);
但我仍然无法播放 .swf 文件?
How to Play .swf file in QT mobile Application. ?
As I have applied below two
ui->webView->settings()->setAttribute(QWebSettings::PluginsEnabled,true);
ui->webView->settings()->setAttribute(QWebSettings::JavascriptEnabled,true);
But i could not play still .swf file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你在哪个平台? Netscape 插件支持仅适用于桌面,并且插件需要驻留在特定位置才能工作,请参阅 http://doc.qt.io/archives/qt-4.7/qtwebkit.html#netscape-plugin-support 了解详细信息。
Which platform are you on? Netscape plugin support only works on the desktop, and the plugins need to reside in specific places to work, see http://doc.qt.io/archives/qt-4.7/qtwebkit.html#netscape-plugin-support for details.