Jump to content

playing video in html


KGH

Recommended Posts

I have video file which i converted to mp4,swf,ogv and wpm.I wrote following code.In chrome it is not showing image or picture which was in the video but playing the video correctly.In IE it is not playing and just showing flowplayer.What may be wrong?But it is correctly playing in Firefox.

 

<video width="320" height="240" controls>
<source src="videos/movie1.mp4" type="video/mp4">
<source src="videos/movie1.ogv" type="video/ogg">
<source src="videos/movie1.webmhd" type="video/webm">
<object data="videos/movie1.mp4" width="320" height="240">
<embed src="videos/movie1.swf" width="320" height="240">
</object>
</video>
Please guide me in this regard.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...