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

Editor-Plugin download for Quicktime

1 Answer 108 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Shubod Dev
Top achievements
Rank 1
Shubod Dev asked on 07 Sep 2009, 03:25 PM
If we place a .MOV file on a page (i.e. http://stage03.tsunami.aptinet.com/mov_test.aspx)
it does not play properly for users who do not have the QuickTime plug-in.  It simply shows a default QuickTime player that does not play anything

Here's the code

<object type="application/x-oleobject" height="150" width="150" classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<param name="FileName" value="../UserControls/Handler.ashx?path=PLKNew/Objects/Media/sample_iTunes.mov"/>
<embed src="../UserControls/Handler.ashx?path=PLKNew/Objects/Media/sample_iTunes.mov" width="150" height="150" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer"></embed>
</object>

Question : IS it possible to change plugin from mediaplayer to quicktime for MOV files.

Thanks,
Shubod






1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 10 Sep 2009, 10:31 AM
Hi Shubod,

You can easily modify the content inserted via the RadEditor's FileBrowser managers by attaching to the OnClientPasteHtml event. Please, see the following live example for more information: OnClientPasteHtml.

The args.get_value(); method will return the content that will be inserted via the manager in the editor.

Sincerely,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Editor
Asked by
Shubod Dev
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or