Integrating Adobe Flash with application
-
Hello,
I am wondering how I can integrate Adobe Flash into my web browser. I was surfing YouTube and I noticed that some of the videos would play (HTML5 vids I think), while others required Adobe Flash. How can I integrate Flash into my web browser so that I can interact with flash content?
Thanks!
-
-
Have you tried this?
@QWebSettings *settings = QWebSettings::globalSettings();
settings->setAttribute (QWebSettings::PluginsEnabled, true);@See also "this":http://qt-project.org/forums/viewthread/12496/ thread for other details.