Current Android Release version:
Version Code: Pie
Version: 9
API level: 28

How do you play a video using HTML5?

We can display video using the <video> tag as shown below:

<video width="320" height="240" controls="controls"> 
          <source src="test2.mp4" type="video/mp4" /> 
</video>

No comments:

Post a Comment