Hi,
At one time i was able to embed audio in Telerik editor. But now i was not able to embed audio in Telerik editor. The current Telerik version is 2014.
Can some one help to embed audio in Telerik editor.
<audio controls tabindex="0" height="50" width="100">
<source src="/uploads/audio/arcadia.mp3" type="audio/mpeg"></source>
<source src="/uploads/audio/arcadia.ogg" type="audio/ogg"></source>
<embed src="arcadia.mp3" height="50" width="100"></embed>
</audio>
Thanks,