This only works for Web Parts and WCM (Publishing) scenarios, you cannot enter media or flash files for Lists, Wikis, or Blogs. Here is the link to the Telerik RadControls help on the subject.
You can see in the beginning of toolbar two additional buttons displayed, these are added to the Telerik RadEditor Toolbar by editing the ToolsFile.xml located in the following directory:
%CommonProgramFiles%\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.2.3.0__1f131a624888eeed\Resources\
Note: Your RadEditor version number might be different than that of mine displayed above
Add the following lines to the XML
<tool name="FlashManager" />
<tool name="MediaManager" />
Because we are doing this for a Publishing Site we also have to set the AllowSpecialTags attribute to true for the telerik:RadHtmlField element using SharePoint Designer 2007 in our Layout.aspx file.
If you haven’t added the Telerik RadEditor into MOSS 2007 yet, the instructions for that procedure are here. You should now be able to insert some flash into a page of your Publishing Site.
You can also use the Telerik RadEditor for a WSS v3 deployment but has some limitations attached to it.
You can purchase the RadEditor from Telerik on their website. Telerik also provides a FREE Lite MOSS Edition called RadEditor Lite. You can see a comparison of both versions here.
No comments yet... Be the first to leave a reply!