Hi,
I encountered a problem when i tried to embed video with the radeditor: the video wont play. So i tried the same with the demo project here: http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx (used the RadNavigation.avi video) but it does not work there either. both in the dialog as in the editor in preview mode.
Tried several computers, IE 6 ,7 and 8.
Video plays fine when opened manually, so its not a codec problem.
I just selected a video and inserted it, did not change any settings.
Anyone know whats going on and how to fix this?
I encountered a problem when i tried to embed video with the radeditor: the video wont play. So i tried the same with the demo project here: http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx (used the RadNavigation.avi video) but it does not work there either. both in the dialog as in the editor in preview mode.
Tried several computers, IE 6 ,7 and 8.
Video plays fine when opened manually, so its not a codec problem.
I just selected a video and inserted it, did not change any settings.
Anyone know whats going on and how to fix this?
5 Answers, 1 is accepted
0
Hi Bob,
I am aware of this problem and it is already fixed in the latest internal build and Q3 2009 beta versions of RadControls for ASP.NET AJAX.
You can manually fix the problem, until the official release of the Q3 2009, using the following JavaScript code:
Kind regards,
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.
I am aware of this problem and it is already fixed in the latest internal build and Q3 2009 beta versions of RadControls for ASP.NET AJAX.
You can manually fix the problem, until the official release of the Q3 2009, using the following JavaScript code:
| <script type="text/javascript"> |
| function OnClientPasteHtml(sender, args) |
| { |
| var commandName = args.get_commandName(); |
| var value = args.get_value(); |
| if ($telerik.isIE) |
| { |
| if (commandName == "MediaManager") |
| { |
| value = value.replace("6BF52A52-394A-11D3-B153-00C04F79FAA6","22D6F312-B0F6-11D0-94AB-0080C74C7E95"); |
| args.set_value(value); |
| } |
| } |
| } |
| </script> |
| <telerik:RadEditor runat="server" |
| OnClientPasteHtml="OnClientPasteHtml" |
| MediaManager-ViewPaths="~/images" |
| ID="RadEditor1"> |
| </telerik:RadEditor> |
Kind regards,
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.
0
it-workz
Top achievements
Rank 1
answered on 20 Oct 2009, 09:48 AM
Hi Rumen,
Your hotfix works, thx.
just to let you know: I downloaded and installed 2009 Q3 Beta, the error is still there, it still pasts classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" into the editor.
Your hotfix works, thx.
just to let you know: I downloaded and installed 2009 Q3 Beta, the error is still there, it still pasts classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" into the editor.
0
Hi,
The fix will be included in the official Q3 2009 release. I apologize for the inconvenience. The release should be out in a few weeks.
Best wishes,
Lini
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.
The fix will be included in the official Q3 2009 release. I apologize for the inconvenience. The release should be out in a few weeks.
Best wishes,
Lini
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.
0
Martin Sørensen
Top achievements
Rank 1
answered on 25 Nov 2009, 02:59 AM
Hey. I'm also having this problem.... I'm using RadEditor for MOSS 2007 5.6.0 trial. When inserting video in an announcement it just disappears... preview plays fine then I'm creating the new Announcement ...
I'm not sure where to apply jour fix in MOSS 2007
Regards Martin
I'm not sure where to apply jour fix in MOSS 2007
Regards Martin
0
Hi Martin,
Please, see the following help article that applies to RadEditor for MOSS: Inserting Flash and Media files in RadEditor.
Kind regards,
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.
Please, see the following help article that applies to RadEditor for MOSS: Inserting Flash and Media files in RadEditor.
Kind regards,
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.
