When I use the MediaEmbed button in CKEditor, I get very different results: nothing if FF, IE shows an error pane and then the embedded media, chrome shows the media twice.
Selecting the flash element in CKEditor, cutting it and pasting into paragraph in the same field, I get good results. Editing the insertHTML line in MediaEmbed's plugin js to exactly the same code setup, still gives me quirks however.
This is duct tape, and not customer-proof at all.. Still thought I'd share.
With the CKeditor module, it requires uncommenting a couple lines of code in the ckeditor.configuration of the file and adding mediaembed to one of the toolbars in the same file.
Re: Anyone Know What's Breaking the MediaEmbed Plugin?
http://drupal.org/files/issues/mediaembed.zip
http://drupal.org/node/655938
Re: Anyone Know What's Breaking the MediaEmbed Plugin?
Re: Anyone Know What's Breaking the MediaEmbed Plugin?
Selecting the flash element in CKEditor, cutting it and pasting into paragraph in the same field, I get good results. Editing the insertHTML line in MediaEmbed's plugin js to exactly the same code setup, still gives me quirks however.
This is duct tape, and not customer-proof at all.. Still thought I'd share.
Good
With the CKeditor module, it requires uncommenting a couple lines of code in the ckeditor.configuration of the file and adding mediaembed to one of the toolbars in the same file.