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

2011-09-26 Thread vswap 65
Hi Adam,

I raised the bug .
It is reachable through link  https://bugs.webkit.org/show_bug.cgi?id=68789



Regards,
Swapna



On Fri, Sep 23, 2011 at 8:38 PM, Adam Roben aro...@apple.com wrote:

 On Sep 23, 2011, at 9:36 AM, vswap 65 wrote:

  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?

 It sounds worth filing a bug and mentioning the difference from Firefox. It
 would also be good to test other browsers.

 -Adam


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

2011-09-23 Thread vswap 65
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 aes...@apple.com
 To: vswap 65 vswa...@gmail.com
 Cc: webkit-dev@lists.webkit.org webkit-dev@lists.webkit.org
 Subject: Re: [webkit-dev] Not able to play flash with windows webkit
 Message-ID: c3e5eb67-a375-4dbc-8d5b-81c3637f8...@apple.com
 Content-Type: text/plain; CHARSET=US-ASCII

 On Sep 16, 2011, at 2:39, vswap 65 vswa...@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.
 
  htmlbody
  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



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

2011-09-23 Thread Adam Roben
On Sep 23, 2011, at 9:36 AM, vswap 65 wrote:

 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?

It sounds worth filing a bug and mentioning the difference from Firefox. It 
would also be good to test other browsers.

-Adam

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

2011-09-16 Thread vswap 65
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.

htmlbody
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.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev