[Webkit-unassigned] [Bug 25771] New: Webkit fails to load plugins if the embed tag within the object tag is specified without a mime type.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 13 17:26:23 PDT 2009


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

           Summary: Webkit fails to load plugins if the embed tag within the
                    object tag is specified without a mime type.
           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: ananta at chromium.org


Launch Safari and navigate to the attached test file.
Expect the Flash plugin to be instantiated.
An error message shows up indicating that the plugin for
application/x-oleobject could not be found.

Basically if the object embed tag combination is specified as below:- it fails
to load the plugin.

<object width='425' height='350' type="application/x-oleobject"
classid="CLSID:D27CDB6E-AE6D-11CF-96B8-444553540000">
        <param name='movie' value='http://www.youtube.com/v/zpHBPQyoYXQ'>      
</param>
        <param name='wmode' value='transparent'></param>

        <embed src='http://www.youtube.com/v/zpHBPQyoYXQ&rel=0'           
wmode='transparent' width='425' height='350'>
        </embed>
</object>


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



More information about the webkit-unassigned mailing list