[webkit-dev] Not able to play flash with windows webkit

vswap 65 vswap65 at gmail.com
Fri Sep 23 06:36:48 PDT 2011


Hi All,
After little more investigation I found that the issue is with the mimetype
not with the flash plugin.
When the NP flash plugini.e., npswf.dll is installed, webkit is loading the
dll and playing the flash with if the mimetype is changed to
"application/x-shockwave-flash". This is valid mime-type for *.swf content.

But in the testcase attached for the bugid: 21649, mimetype is
"application/octet-stream".
And firefox is able to play even if the mimetype is
"application/octet-stream".
So I wanted to know if this is a valid bug on webkit or its a content
issue(invalid HTML content).
Can some please suggest us if we can raise a bug on webkit?

Btw, this is apart of debugging the bug:
https://bugs.webkit.org/show_bug.cgi?id=21649

Regards,
Swapna

> Message: 1
> Date: Fri, 16 Sep 2011 09:14:50 -0700
> From: Andy Estes <aestes at apple.com>
> To: vswap 65 <vswap65 at gmail.com>
> Cc: "webkit-dev at lists.webkit.org" <webkit-dev at lists.webkit.org>
> Subject: Re: [webkit-dev] Not able to play flash with windows webkit
> Message-ID: <C3E5EB67-A375-4DBC-8D5B-81C3637F8C03 at apple.com>
> Content-Type: text/plain; CHARSET=US-ASCII
>
> On Sep 16, 2011, at 2:39, vswap 65 <vswap65 at gmail.com> wrote:
>
> > Hi all,
> >
> > I had windows webkit(with safari 5.1 setup)in my system.
> > While I am trying to load flash with following html code, it is showing
> text as "Missing Plug-in".
> >
> > <html><body>
> > <embed STYLE="WIDTH: 380px; HEIGHT: 300px" ALIGN="right" SRC="s80-m.swf"
> WIDTH="380" HEIGHT="300" TYPE="application/octet-stream"
> ALLOWSCRIPTACCESS="samedomain" WMODE="transparent" QUALITY="high">
> > </embed>
> > </html></body>
> >
> > It is working in FF & IE.
> > Can any one please help me.
>
> Sounds like a bug. Can you please file a bug report at <
> http://webkit.org/new-bug>?
>
> Thanks,
> Andy
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20110923/deacb254/attachment.html>


More information about the webkit-dev mailing list