【发布时间】:2017-10-15 14:39:16
【问题描述】:
我有一个小问题。我使用 mp4 中的视频作为背景(从头开始)。我添加了一个音频文件,它也开始播放,视频播放完毕后音频停止。
<video poster="" id="bgvid" autoplay>
<source src="video/background.mp4" type="video/webm">
<source src="video/background.mp4" type="video/mp4">
</video>
<audio autoplay id="backgroundsound" preload="metadata" loop>
<source src="audio/nuages-dreams.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
【问题讨论】: