2016-12-08 10 views
0

クローズドキャプションをHTMLオーディオ専用タグに追加する方法を探しています。私は現在<track>タグを使用していますが、キャプションボックスは提供していません。HTMLオーディオタグでクローズドキャプションを作成する

<div id="audioCenter"> 
     <audio controls> 
      <source src="~/Training/Compliance/ar/10165676.mp3" type="audio/mpeg"> 
      <track kind="captions" label="English SubTitles" src="~/Training/Compliance/ar/10165676.mp3" srclang="en" /> 
      Your browser does not support the audio element. 
      </audio> 
     <p style="color:white">This Section Has been Selected from Lesson 1 section 1 to allow the Test Taker to sample the audio</p> 
    </div> 
+0

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audioを参照してください。 –

答えて

関連する問題