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
(Nov 20, 2023, 03:27 AM)Liguma Wrote: ฉันเป็นมือใหม่เลยไม่ค่อยรู้อะไรมาก

Depends, can you finger my balls?

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Spamming weird sex messages.
Reply
#4
(Nov 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
(Nov 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
  [FREE] Database Searcher Telegram odanbtw 1,028 91,987 Today, 09:34 AM
Last Post: amhars83
  The Ultimate Cloning Course: Mastering Dump Data & Card Cloning nexo 29 5,449 Yesterday, 05:30 PM
Last Post: kzpxshr
  DarkGPT Tutorial Easy idontknowmyname 190 8,688 Yesterday, 05:28 PM
Last Post: kzpxshr
  ✅ Top 10 Google Dorks For SQL Injections NextSoftGroup 13 638 Yesterday, 04:53 PM
Last Post: sacage_x64
  AI-drived pentest platform sacage_x64 0 96 Yesterday, 04:52 PM
Last Post: sacage_x64

Forum Jump:


 Users browsing this forum: 1 Guest(s)