[Qt-interest] Why my QtWebKit application doesn't support flash?

Dong Tiger idlecat511 at gmail.com
Sat Mar 14 16:26:59 CET 2009


Hi all,

The code is as simple as below:

#include <QtWebKit/QWebView>
#include <QtGui/QApplication>
#include <QUrl>

int main(int argc, char **argv) {
  QApplication app(argc, argv);
  QWebView view;
  view.show();
  view.setUrl(QUrl("http://www.youtube.com"));
  return app.exec();
}

On the same machine, arora supports flash. What trick should I do to enable
flash support?

TIA,
--
Tiger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090314/b6314e92/attachment.html 


More information about the Qt-interest-old mailing list