I am doing drag/drop of media items using scriptaculous into FCKeditor. It works fine for images, but for videos (e.g. YouTube) I am having trouble.
The html snippets that I am adding (using SetHTML or InsertHtml) are of the <object> <param ...> <embed...> kind, and FCKeditor shows ...nothing.
I hacked it by putting a div with visible border around it, and that would be fine, except when trying to delete it in wysiwyg mode, the editor gets .... confused, to say the least.
There must be a better way!
Abu Mats
The html snippets that I am adding (using SetHTML or InsertHtml) are of the <object> <param ...> <embed...> kind, and FCKeditor shows ...nothing.
I hacked it by putting a div with visible border around it, and that would be fine, except when trying to delete it in wysiwyg mode, the editor gets .... confused, to say the least.
There must be a better way!
Abu Mats
RE: FCKeditor object/embed
Would be nice if it would show a placeholder for any object or embed tag though.