This is a migrated thread and some comments may be shown as answers.

RadEditor webpart is not rendering flash content in MOSS

1 Answer 38 Views
Editor
This is a migrated thread and some comments may be shown as answers.
madhusudhan s
Top achievements
Rank 1
madhusudhan s asked on 10 Jun 2010, 04:01 PM
HI All.
 
 I had deployed the radeditor in moss 2007 environment. It works fine except for flash. When i add a flash to the radeditor webpart it displays it properly but when i checkin it, the flash object is removed. seems to be a bug. Appreciate if any one knows the workaround.


Thanks,
Madhusudhan Suddala

1 Answer, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 14 Jun 2010, 12:19 PM
Hi madhusudhan s,

If you are trying to insert flash in WCM scenario, you need to replace the original RichHtmlField control with RadHtmlField as it is explained in the following online help article http://www.telerik.com/help/aspnet-ajax/using-radeditor-in-web-content-management-scenario.html. Then set the AllowSpecialTags property of the control to "true".
For example:
<telerik:RadHtmlField id="Content" FieldName="PublishingPageContent" AllowSpecialTags="true" runat="server"></telerik:RadHtmlField>


Best wishes,
Stanimir
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
madhusudhan s
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Share this question
or