How to Embed Video with HTML5


Simple to embed Video with HTML5,
This is script HTML5 for embeded Video

<video width="360" height="300" controls="controls">
    <source src="testVideo.mp4" type="video/mp4" />
</video>
- Width =  width of video player
- height = height of video player
- source src = the name video and located folder this video
- type = type video mp4.

Demo  
How to Embed Video with HTML5 How to Embed Video with HTML5 Reviewed by sarindi on 12:00 PM Rating: 5

No comments:

Powered by Blogger.