Hi Folks, We've found that, to get Flash that's embedded into a Rich Editor Paragraph to interact correctly with the other things in our template, we need to set the wmode attribute of the embed tag to "transparent". So, instead of <embed src="flash.swf" blah="blah" />, we would have <embed src="flash.swf" mode="transparent" blah="blah" />.
Unfortunately, FCK Editor doesn't do this by default, nor does it provide any GUI to do so. We can update the FCK Editor in our customized branch of Magnolia to do this, but it introduces maintenance headaches, since we'll have to keep those customizations in step with the latest from the Magnolia folks. Is there a better approach to this? Does Magnolia extensible way to rewrite the output that it's generating? I looked briefly at the Filter stuff, but it seems geared more toward processing requests as a whole than adjusting the responses. Thanks for any insight! Sean ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
