自动播放时音频不起作用,但当我使用控件时它起作用

时间:2018-10-09 10:03:53

标签: html5 audio html5-audio autoplay

我尝试了很多事情,但是没有用。每当我尝试不使用自动播放功能时,它就会起作用,但无法使用自动播放功能。 这是我的代码:

<!DOCTYPE html>
<html>

<head>
    <title>Thomas The Tank Engine</title>
    <link rel="icon" href="attributes/Head-OnThomasPromo.png">
    <link rel="stylesheet" href="./css/main.css">
</head>

<title>Thomas The Tank Engine

</title>

<body>
    <div class="container">
        <img src="attributes/tenor.gif" height="1204" width="1472">
        <div class="text-block">
            <h4>Welcome my friend
            </h4>
            <p>Come I'll give you a ride
            </p>
        </div>

        <audio autoplay>
            <source src="./attributes/ThomasSong.mp3" type="audio/mp3">
        </audio>

</body>

</html>

0 个答案:

没有答案