QT Mobile: How to Play .swf file in QT Mobile Application

633 Views Asked by At

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?

1

There are 1 best solutions below

4
On

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.