i want to use jplayer as the default media player for the media Manager ,
what is the best approach to do so ?
1. using filter .
2. customize the built-in manager Dialog .
3. is there a better way?
thanks
ido
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 22 May 2012, 02:03 PM
Hi,
The content area of RadEditor is a standard editable iframe / div so if you are able to implement your scenario in an editable div you will be able to implement it in RadEditor.
If you want to preview the flash player in the media manager, you should customize the MediaManager dialog or create your own custom dialog from scratch. You can put RadFileExplorer in it for a File Browser if needed.
If you need to modify the content inserted from the MediaManager, you can attach to the OnClientPasteHtml event.
The custom content filters are executed only when switching to HTML mode or submitting the content so I don't think that they will be helpful to displaying the flash player in RadEditor.
Note that we do not support third party controls and players and this is an entirely custom scenario, it should be implemented by the developer working with the control.
Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.