Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
289 views
in Technique[技术] by (71.8m points)

html - Audio element won't play when loading the webpages via direct link

I have a gaming website and I'm using this following audio element to automatically play a one-two seconds long audio in the background on certain pages after they are loaded:

<audio autoplay hidden>
<source src="gallery/Welcome.MP3" />
</audio>

It works, but only if I actually click on the menu to load the page. If I type the website/webpage in the browser, or use a direct link, it never plays. Can someone tell me why it is and how I can make it play in all cases?

question from:https://stackoverflow.com/questions/65650523/audio-element-wont-play-when-loading-the-webpages-via-direct-link

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...