Index: /FCKeditor/trunk/_dev/browserbugs/opera/embed/embed.html
===================================================================
--- /FCKeditor/trunk/_dev/browserbugs/opera/embed/embed.html	(revision 250)
+++ /FCKeditor/trunk/_dev/browserbugs/opera/embed/embed.html	(revision 250)
@@ -0,0 +1,17 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<title>Bugs - Opera - Embed (loop parameter)</title>
+	<script type="text/javascript">
+
+window.onload = function()
+{
+	alert( document.body.innerHTML );
+}
+
+	</script>
+</head>
+<body>
+	<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>
+</body>
+</html>
