ストーリーデモストーリーのファイルがあります。次のページに移動するときは、右矢印キーを使用しています。新しいページにいる間、古いページは再生を続け、新しいレコードを聞く必要があります。
- 次のページに移動して古い再生を停止するときに、イベントを作成したり、別の解決策を作成したりするにはどうすればよいですか?
次のページに移動しても、まだ同じファイルにいます。
<footer>
<div style="position:relative;width:100%;margin-top:0px;margin-bottom:0px;">
<div style="width:960px;height:94px;position:relative;margin:0px;margin-left:auto;margin-right:auto;margin-top:5px;margin-bottom:5px;padding:0px;overflow:hidden">
<audio controls="controls">
<source src="CarlyAndHerLemons1.ogg" type="audio/ogg" />
<source src="CarlyAndHerLemons1.mp3" type="audio/mpeg" />
</audio>
</footer>
私は次のようなコードで使用する必要があると思いますdocument.getElementById('demo').pause()
どうもありがとう。