I have problem loading Flash Lite plugin on N8
I have simple QWidget with QWebView inside, whole page (for example Youtube video) is loaded, but instead of video I see “Upgrade your flash player to newer version” (not literally translated)
In code (using Qt 4.7.3):
(_webView is Ui instance of QWebView)
ui->_webView->settings()->setAttribute(QWebSettings::PluginsEnabled, true);
ui->_webView->settings()->setAttribute(QWebSettings::AutoLoadImages, true);
ui->_webView->load(_url);
Request more details, if I haven’t provided
Best regards
Marek Sebera
See divanov’s post #9 here — the “Product Specialist” says
Although that was in 2009, so I guess this could have changed. Are your libraries up-to-date?This is an unresolved bug (in two parts) on the other hand this bug seems to imply that Flash Lite does have some support on Symbian.