Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

272
Views
Autoplay audio on page load in browser

I have to play audio on page load i have checked these links also :

How to make audio autoplay on chrome

<html>
<head>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
<body>
  <audio id="audio1" style="display:none;">
    <source src="https://ia800206.us.archive.org/16/items/SilentRingtone/silence_64kb.mp3" type="audio/mpeg">
    <embed height="50" width="100" src="https://ia800206.us.archive.org/16/items/SilentRingtone/silence_64kb.mp3">
  </audio>

  <iframe src="https://ia800206.us.archive.org/16/items/SilentRingtone/silence_64kb.mp3" allow="autoplay" style="display:none" id="iframeAudio">
  </iframe> 
</body>

I have tried with script also

<script type="text/javascript">
function play()            {
    var audio=document.getElementById('audio1');
    audio.play();
    }
    $(function() {
    play();
   }, 2300);
  </script> 

But browser is restricting it, i want to play audio with progress bar, volume button and speed is there any way i can execute this in browser without user interaction i have checked other site audio plays on there site in chrome also, Is there any third party plugin i can use to resolve this issue.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Chromium browsers do not allow autoplay in most cases.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!