0

In HTML5 what special code need be to written which allows web-browser's to start playing video/audio automatically?

In fact I'm looking for signal or workaround by which I can know when webkit is about to play video/audio file.

Vivek Kumar
  • 4,822
  • 8
  • 51
  • 85

1 Answers1

0

The following question has been answered in another post on Stack overflow. Check out the following link:

Play infinitely looping video on-load in HTML5

Using the above code your video should run automatically when your page loads.

Community
  • 1
  • 1