0

i am facing difficulty in autoplay an audio in chrome/firefox browser on webpage load, it is working perfectly fine on microsoft edge/ Internet explorer witht the HTML5 Tag , but not working with chrome /mozilla, can anyone help me out?

1 Answers1

0

Try this out:

   <video autoplay>
      <source src="movie.mp4" type="video/mp4">
    </video>