Am Montag, den 21.11.2005, 21:59 +0100 schrieb David De Maeyer:
Hi Jonathan,
Just gave a tried, actually I had tried the same as you suggested but it doesn't work.
We have a site, say www.mysite.com, and we access the CMS system via admin.mysite.com. One of the page displays a rather simple text and displays a video using the Windows Media Player plugin.
We wanted to edit the text on that page, using the Edit form, we did the modification and then tried to save via Change and View. The system returned a 'Dynamic tag "embed" not allowed.'; as a matter of fact, switching between Visual Mode and HTML Mode revealed the <embed ...> tag.
Removing the tag allowed us to modify the page. But once we placed the tag in the page again, we got the same error message.
Looks like you have some CMS based on Zope. So w/o knowledge of the nature of that system, nobody here can help you. Try to contact the admin or whoever installed it or the author. With basic Zope objects you would not have such messages so there must be any custom workflow which parses your text and strips/forbids tags.