![]() |
html 5 video tags
Does anyone know of a downside to using html 5 video tags? I had a client using mp4 videos on his mainstream site but they would not play on Apple products so I changed to html 5 video tags in this example:
<video width="640" height="360" poster="http://www.domainsample.com/video-dir/test.jpg" controls> <source src="http://www.domainsample.com/video-dir/test.mp4" type="video/mp4">Your browser does not support the video tag. </video> Now the video plays on his iPhone and all browsers. Much simpler than flash and script. I don't see it being used much so I was wondering why. Sorry, no titty pics. |
ie8/9/10/11
ff? |
Quote:
|
Try one of the js players that handle all the compatibility issues for you...
|
And chuck in an html5 shiv to pickup those old school guys
|
Quote:
|
yea old browser is about the only thing I know of that causes a problem. Most people provide an ogg file too i believe. If the browser wont play the mp4 it will usually play the ogg. Older versions of FF play ogg I believe and Opera plays ogg.
http://www.w3schools.com/html/html5_video.asp |
Thanks. Good to know. I found an OGG converter here: http://www.mirovideoconverter.com/
I will add both videos just to be on the safe side. |
I love html5 videos. It makes it easier for everyone to be able to see the vids
check out http://easyhtml5video.com |
Quote:
Bump for Ruff. |
Quote:
|
Quote:
You can use a video javascript player that will handle the compatibility issues, provide an appropriate fallback method to flash, keep the same user interface to your users and add extra functionality via plugins. For years I have deployed JWPlayer and Flowplayer, however nowadays I'm deploying MediaElement to my customers. It's a free and opensource player and can be extended via plugins. Recently I replaced a flowplayer setup with a custom MediaElement setup with a custom playlist and postroll ad functionality. Those are other things you don't get if you stick to basic html video tags. |
All times are GMT -7. The time now is 02:10 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123