Skip to content Skip to sidebar Skip to footer

Why Html5 Video Does Not Work On Google Chrome?

my code:

Solution 2:

That code looks fine. Are you serving the right mime type for mp4?

The latest chrome plays HTML5 video fine, so you have something wrong, but it doesn't appear to be in your HTML. You may also want to try switching your source tags to using a fully qualified domain name, like http://www.yourdomain.com/yourvideo.mp4

Post a Comment for "Why Html5 Video Does Not Work On Google Chrome?"