X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fflash%2Fplugin.js;h=7641a9ede575c93e8f5d2cf79c199e368aebede7;hb=refs%2Ftags%2Fv3.5.3;hp=873fc562ac801b2c76efc0cae4ebe631542158e7;hpb=9afde8772159bd3436f1f5b7862960307710ae5a;p=ckeditor.git diff --git a/_source/plugins/flash/plugin.js b/_source/plugins/flash/plugin.js index 873fc56..7641a9e 100644 --- a/_source/plugins/flash/plugin.js +++ b/_source/plugins/flash/plugin.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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++ )