Jump to content

HTML5 <video> tag


vipul20_j

Recommended Posts

Hey em facing a lot of problem in using <video> tag in HTML.i've tried a lot of times and tried to run my file in firefox,explorer,safari,chrome but dont know how to solve it.

<!DOCTYPE HTML><html><body><video src="file:///C:/Users/admin/Videos/trick.vob"  width="320" height="240" controls="controls">Your browser does not support the video tag.</video></body></html>

I've even tried different formats(.mp4,webm) but still it is not working.

Link to comment
Share on other sites

have you tried following the convention as outlined in the tutorials?http://www.w3schools.com/html5/tag_video.aspalso, you make sure you are using a supported video format.http://en.wikipedia.org/wiki/HTML5_video

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...