[Webkit-unassigned] [Bug 68789] Unable to play flash with mime type "application/octet-stream"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 16:20:26 PDT 2011


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





--- Comment #9 from Andy Estes <aestes at apple.com>  2011-09-27 16:20:26 PST ---
>From Section 4.8.3:

"The type attribute, if present, gives the MIME type by which the plugin to instantiate is selected. The value must be a valid MIME type. If both the type attribute and the src attribute are present, then the type attribute must specify the same type as the explicit Content-Type metadata of the resource given by the src attribute."

This indicates that Safari is correct (per the spec) in not loading a plug-in for the test case, since the .swf resource has a Content-Type of 'application/x-shockwave-flash' which doesn't match the specified type attribute.

-- 
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