Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 142)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 143)
@@ -46,4 +46,7 @@
 		<li>The Word cleanup has been changed to remove "display:none" tags that may come from
 			Word.</li>
+		<li>[<a target="_blank" href="https://sourceforge.net/tracker/?func=detail&atid=543653&aid=1659613&group_id=75348">SF
+			BUG-1659613</a>] The 2.4 version introduced a bug in the flash handling code that generated out of memory errors 
+			in IE7.</li>
 	</ul>
 	<h3>
Index: /FCKeditor/trunk/editor/_source/internals/fckdocumentprocessor.js
===================================================================
--- /FCKeditor/trunk/editor/_source/internals/fckdocumentprocessor.js	(revision 142)
+++ /FCKeditor/trunk/editor/_source/internals/fckdocumentprocessor.js	(revision 143)
@@ -143,5 +143,5 @@
 			{
 				var aAttributes = [ 'scale', 'play', 'loop', 'menu', 'wmode', 'quality' ] ;
-				for ( var iAtt = 0 ; i < aAttributes.length ; i++ )
+				for ( var iAtt = 0 ; iAtt < aAttributes.length ; iAtt++ )
 				{
 					var oAtt = oEmbed.getAttribute( aAttributes[iAtt] ) ;
