Bug 51157 - web flash only load a few second in qwebview and then return to the beginning
Summary: web flash only load a few second in qwebview and then return to the beginning
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-15 18:04 PST by sucre
Modified: 2022-07-01 11:35 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sucre 2010-12-15 18:04:44 PST
I step:
create an qwebview on qtcreator.
load the url contains flash and set the plugin enable 

the flash plugins is flash10.1
FireFox worked with the flash plugins well.
but the webview can just load and play the flash for a few second and then return to the begin.

the code is shown below

    ui->webView->load(QUrl(INTRO_URL));
    ui->webView->settings()->setAttribute(QWebSettings::PluginsEnabled,true);
    ui->webView->settings()->setAttribute(QWebSettings::JavascriptEnabled,true);
    ui->webView->show();
Comment 1 Alexey Proskuryakov 2022-07-01 11:35:56 PDT
Mass closing plug-in bugs, as plug-in support has been removed from WebKit.

Please comment and/or reopen if this still affects WebKit in some way.