[Webkit-unassigned] [Bug 51157] New: web flash only load a few second in qwebview and then return to the beginning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 15 18:04:44 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51157

           Summary: web flash only load a few second in qwebview and then
                    return to the beginning
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ryangiggsy2002 at 163.com


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();

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list