Ticket #5924: 5924_2.patch

File 5924_2.patch, 1.4 KB (added by Sa'ar Zac Elias, 13 years ago)
  • _source/plugins/flash/dialogs/flash.js

     
    2828                classid : [ { type : ATTRTYPE_OBJECT, name : 'classid' } ],
    2929                codebase : [ { type : ATTRTYPE_OBJECT, name : 'codebase'} ],
    3030                pluginspage : [ { type : ATTRTYPE_EMBED, name : 'pluginspage' } ],
    31                 src : [ { type : ATTRTYPE_PARAM, name : 'movie' }, { type : ATTRTYPE_EMBED, name : 'src' } ],
     31                src : [ { type : ATTRTYPE_PARAM, name : 'movie' }, { type : ATTRTYPE_EMBED, name : 'src' }, { type : ATTRTYPE_OBJECT, name :  'data' } ],
    3232                name : [ { type : ATTRTYPE_EMBED, name : 'name' } ],
    3333                align : [ { type : ATTRTYPE_OBJECT, name : 'align' } ],
    3434                title : [ { type : ATTRTYPE_OBJECT, name : 'title' }, { type : ATTRTYPE_EMBED, name : 'title' } ],
  • _source/plugins/flash/plugin.js

     
    107107                                                                var attributes = element.attributes,
    108108                                                                        classId = attributes.classid && String( attributes.classid ).toLowerCase();
    109109
    110                                                                 if ( !classId )
     110                                                                if ( !classId && !isFlashEmbed( element ) )
    111111                                                                {
    112112                                                                        // Look for the inner <embed>
    113113                                                                        for ( var i = 0 ; i < element.children.length ; i++ )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy