javascript - embedding flash in rich text editor -
I am trying to embed a flag widget in a rich text editor (), from which IFrame's HTML to Mozilla Using the .inertHTML function (), but for some reason this is never shown - I can see that the embed tag is there by using firebug, but it has stripped the closing tag.
Any suggestions? How do other RTE do this?
Thanks
IE and Firefox inside an editable tag, flash or any Support other plug-ins.
Other editors (like or) do so that they include the placeholder image which looks for a placeholder image for the form / example, CK editor:
& lt; Img class = "cke_flash" src = "http://ckeditor.com/ apps / ckeditor / 3.0.1 / images / spacer.gif? T = 99GE" _cke_realelement = "% 3Ccke% 3Abject% 20codebase% 3D% 22http% 3A % 2F (...) "alt =" Flash animation "_cke_real_element_type =" flash "_cke_resizable =" true "/> As you can see, they urlencode the whole object tag in the _cke_realelement attribute.
Comments
Post a Comment