X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fflash%2Fplugin.js;h=7641a9ede575c93e8f5d2cf79c199e368aebede7;hp=5dda730fdb502fdda9cb9175bfc64752cd3e8166;hb=4e90e78dc97789709ee7404359a5517540c27553;hpb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5 diff --git a/_source/plugins/flash/plugin.js b/_source/plugins/flash/plugin.js index 5dda730..7641a9e 100644 --- a/_source/plugins/flash/plugin.js +++ b/_source/plugins/flash/plugin.js @@ -107,7 +107,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license var attributes = element.attributes, classId = attributes.classid && String( attributes.classid ).toLowerCase(); - if ( !classId ) + if ( !classId && !isFlashEmbed( element ) ) { // Look for the inner for ( var i = 0 ; i < element.children.length ; i++ )