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

Unable to embed audio in Telerik editor

1 Answer 35 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Matthew
Top achievements
Rank 1
Matthew asked on 31 Aug 2015, 11:48 AM

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,

 

 

 

1 Answer, 1 is accepted

Sort by
0
Matthew
Top achievements
Rank 1
answered on 02 Sep 2015, 02:53 PM

Yes I got it. The below code is the fix.

<audio tabindex="0" height="50" width="100" controls="controls" >
<source src="​path" type="audio/mpeg"></source>
</audio>​

Tags
Editor
Asked by
Matthew
Top achievements
Rank 1
Answers by
Matthew
Top achievements
Rank 1
Share this question
or