Ticket #5924: 5924.patch
File 5924.patch, 570 bytes (added by , 12 years ago) |
---|
-
_source/plugins/flash/plugin.js
107 107 var attributes = element.attributes, 108 108 classId = attributes.classid && String( attributes.classid ).toLowerCase(); 109 109 110 if ( !classId )110 if ( !classId && !isFlashEmbed( element ) ) 111 111 { 112 112 // Look for the inner <embed> 113 113 for ( var i = 0 ; i < element.children.length ; i++ )