New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Inserting Flash and Media files in RadEditor

Web Part and WCM scenario

You need to modify the ToolsFile.xml which is located in the following folder:

/Program Files/Common Files/Microsoft Shared/web server extensions/wpresources/RadEditorSharePoint/5.x.x.01f131a624888eeed/Resources/

and add the following tools:

<tool name="FlashManager" />
<tool name="MediaManager" />

in the WCM scenario you will also need to add / set the AllowSpecialTags property to true. You can set it in the current page using SharePoint Designer.Click herefor more information

SharePoint forms scenario (Lists, Wikis, Blogs, etc.)

You cannot enter Media / Flash files in such scenarios. There RadEditor does not have control over the presentation view which means that we cannot control the output when it is not in edit mode.

In this article