Easy way to embed HTML5 video

Copy the code generated by an EasyHTML5Video application to your web page

Copy the code generated by an EasyHTML5Video application to your web page

Prior to HTML5, the standard for embedding videos onto your WordPress website, onto any other web page, or making your videos accessible via tablet or mobile phone, required you to use a third party software, mostly notably Adobe Flash Player or the Adobe Shockwave Flash application. These made it so that the computer would be able to run the embedded videos, but in addition to needing the flash player, you would also need to find the complicated embedding code, which would often come from another website that you would then copy into yours. Now with HTML5, a fastly growing standard for web developers, you no longer need a complicated embed code, or require relying on third party applications to make your video run.

The embed code that you need for an HTML5 video is as follows:

<video id="sampleMovie" src="HTML5Sample.mov" controls></video>

and that's it. Seems super easy right? Well just like other newer technologies, there are limitations. The limitation comes from the browser support that is required and the video encoding specs. Since HTML5 is still new, it does not have full screen playback currently, and has very simple navigation menu. These menus could be easily changed via skin modification but then you run the risk of it not working in all of your web browsers. In addition to this, the specs currently do not allow for there to be any Digital Rights Management, meaning copyrighted content will not be playable through HTML5 videos, for the present time being. Furthermore, there are only three current ways to encode the video, H.264 (the most popular format), Ogg Theora, and VP8 (WebM) which are not all native to every browser, so using the correct encoding for the browser you will be using is crucial to the playback of the video.

After looking at the current restrictions, what are the positives that HTML5 video brings us? It allows for easy re-skinning and modification, syntax wise. Both CSS and Javascript will work with the coding perfectly as current HTML language will work with HTML5 videos. Media delivery will not be restricted by the need for third party applications, or needing a dedicated media server for playback.

Recommended: when encoding your video, convert it into two of the three video formats to ensure successful playback in your web browser.

If you are looking to try out HTML5, experiment with videos, or want to make up some sample HTML5 videos, then using EasyHTML5Video (http://easyhtml5video.com) is a great way to get started. It requires three easy steps, drag and drop, tune settings and publish and works on Google Chrome, Safari, Internet Explorer, Firefox and Opera.

Free Download

Support

For troubleshooting, feature requests and general help contact us at Mail Support. Make sure to include details on your browser, operating system, Easy Html5 Video version, link to your page. In most cases you'll get a reply within 1 business day.