JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3
[ckeditor.git] / _source / plugins / flash / plugin.js
index 29117ba..c76a7fe 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -77,6 +77,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                        });\r
                        }\r
 \r
+                       editor.on( 'doubleclick', function( evt )\r
+                               {\r
+                                       var element = evt.data.element;\r
+\r
+                                       if ( element.is( 'img' ) && element.getAttribute( '_cke_real_element_type' ) == 'flash' )\r
+                                               evt.data.dialog = 'flash';\r
+                               });\r
+\r
                        // If the "contextmenu" plugin is loaded, register the listeners.\r
                        if ( editor.contextMenu )\r
                        {\r
@@ -109,7 +117,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                                                        // Look for the inner <embed>\r
                                                                        for ( var i = 0 ; i < element.children.length ; i++ )\r
                                                                        {\r
-                                                                               if ( element.children[ i ].name == 'embed' )\r
+                                                                               if ( element.children[ i ].name == 'cke:embed' )\r
                                                                                {\r
                                                                                        if ( !isFlashEmbed( element.children[ i ] ) )\r
                                                                                                return null;\r