thankyou both

I tried this code but video isn't displaying using any browser.
Quote Originally Posted by akhileshbc View Post
For example:
HTML Code:
<!DOCTYPE html>
<html>
<body>


	<video width="480" height="410" controls="controls">
	<source src="http://video-js.zencoder.com/oceans-clip.mp4" type="video/mp4" />
	
</video>
</body>
</html>