Index: /FCKeditor/branches/features/floating_dialog/_test/manual/fckdialog/test2.html
===================================================================
--- /FCKeditor/branches/features/floating_dialog/_test/manual/fckdialog/test2.html	(revision 1313)
+++ /FCKeditor/branches/features/floating_dialog/_test/manual/fckdialog/test2.html	(revision 1314)
@@ -1,3 +1,3 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
@@ -32,8 +32,9 @@
 <body>
 	<h1>
-		FCKDialog Z-Placement test
+		FCKDialog Flash Z-Order Test
 	</h1>
 	<div>
-		Open a dialog, and drag it over the Flash object. The Flash object under the submit button should not block the floating dialog window.
+		Open a dialog, and drag it over the Flash objects. The Flash objects under the submit
+		button should be under the floating dialog window.
 	</div>
 	<hr />
@@ -56,5 +57,29 @@
 		<input type="submit" value="Submit" />
 	</form>
-	<embed width="200" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="flash.swf" play="true" loop="true" menu="true" wmode="transparent"></embed>
+	<hr />
+	<table>
+		<tr>
+			<td>
+				wmode="transparent"<br />
+				<embed width="200" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
+					src="flash.swf" play="true" loop="true" menu="true" wmode="transparent"></embed></td>
+			</td>
+			<td>
+				wmode="opaque"<br />
+				<embed width="200" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
+					src="flash.swf" play="true" loop="true" menu="true" wmode="opaque"></embed>
+			</td>
+			<td>
+				wmode="window"<br />
+				<embed width="200" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
+					src="flash.swf" play="true" loop="true" menu="true" wmode="window"></embed>
+			</td>
+			<td>
+				no wmode<br />
+				<embed width="200" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
+					src="flash.swf" play="true" loop="true" menu="true"></embed>
+			</td>
+		</tr>
+	</table>
 </body>
 </html>
