Simplified HTML5 Video in WordPress using Degradable HTML5 Audio and Video and Advanced Custom Fields plugins
// July 7th, 2011 // Programming, Web Design, Web Development, WordPress
I was recently working on a WordPress site that needed HTML5 video. While researching plugins, I came across the Degradable HTML5 Audio and Video plugin. According to the developer, the plugin does the following:
- If the user has an HTML5 support for video and audio, it will play the media natively in an appropriate format.
- Otherwise, if the user hasĀ Flash, it will play the media in lightweight Flash players.
- Otherwise, there will be a link for the audio or video files so that the user can still play them using their installed software players.
