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

Media Manager - Properties

1 Answer 62 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 03 Nov 2017, 05:55 PM
I am trying to find information about defining the properties within Media Manager in order to determine if it can be used to provide WCAG 2.0 compliant time based media. I've found information for Image Manager, links, tables as it relates to accessibility, but nothing around Media Manager. 


We're currently using version 2014.2.724.45 of the editor. Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Nov 2017, 09:17 AM
Hi Ben,

The media manager produces standard object and embed tags which look like this:

<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="150" height="150" type="application/x-oleobject">
<param name="URL" value="/aspnet-ajax/Editor/images/UserDir/PublicRelations/RadNavigation.avi"><embed src="/aspnet-ajax/Editor/images/UserDir/PublicRelations/RadNavigation.avi" width="150" height="150" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer"></object>

You can modify the produced content in the OnClientPasteHtml event of the editor component.

Best regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Editor
Asked by
Ben
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or