Can you write HTML code when enter website and play the songs automatically?
by Liguma - Monday November 20, 2023 at 03:27 AM
#1
ฉันเป็นมือใหม่เลยไม่ค่อยรู้อะไรมาก
Reply
#2
https://www.w3schools.com/TAgs/att_audio_autoplay.asp
Reply
#3
(11-20-2023, 03:27 AM)Liguma Wrote: ฉันเป็นมือใหม่เลยไม่ค่อยรู้อะไรมาก

Depends, can you finger my balls?
Ban reason: Spamming weird sex messages. (Permanent)
Reply
#4
(11-21-2023, 08:33 PM)joepa Wrote: https://www.w3schools.com/TAgs/att_audio_autoplay.asp

Thank you, brother-in-law.
Reply
#5
Alright blissful
Reply
#6
<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>title</title> </head> <body>     <audio id="myAudio" controls>         <source src="......" type="audio/mp3">     </audio>     <script>     document.addEventListener("DOMContentLoaded", function() {     var audio = document.getElementById("myAudio");     audio.play();     });     </script> </body> </html>
Reply
#7
okay superb
Reply
#8
(11-25-2023, 05:02 PM)antinomyduelist Wrote:
<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>title</title> </head> <body>     <audio id="myAudio" controls>         <source src="......" type="audio/mp3">     </audio>     <script>     document.addEventListener("DOMContentLoaded", function() {     var audio = document.getElementById("myAudio");     audio.play();     });     </script> </body> </html>

Thank you very much for the code.
Reply
#9
I'm pretty sure most browsers block audio / videos from auto-playing, so a get around is a click to enter (I.E the user interacts with the page before entering) which then lets the audio or video autoplay. It's why practically all biolinks have a click to enter. If you still need code to fit this then send me a DM
Tongue
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ✨ [TUTORIAL] MAKE A PHISHING PAGE⚡STEAL LOGIN CREDENTIALS FROM ANY WEBSITE ✨ MINDHUNTER 271 17,196 02-05-2026, 05:22 PM
Last Post: Raiii
  Free Gmail Spamming Website 4lezzio 144 7,518 02-01-2026, 09:55 AM
Last Post: march123
  Getting Started with Aimbots and Wallhacks tounsi 4 119 01-11-2026, 05:04 PM
Last Post: AnarchyBin
  Creative ways to DDoS a Website patrickbetdavid 1 264 04-12-2025, 10:22 AM
Last Post: patrickbetdavid
  Solaris DNM Source Code King 17 5,038 04-08-2025, 04:14 PM
Last Post: Wok



 Users browsing this thread: 1 Guest(s)