HTML/CSS Service

YouTube HTML5 Demo

Category: Articles    |    3,647 views    |    Add a Comment  |   

HTML 5 group has recommended some new tags -<audio> and <video> - that will let you play video files in the browser without the Shockwave Flash plugin.

This is a demo that demonstrates the potential of rendering 3D graphics in the browser, using O3D, an open-source web API for creating rich, interactive 3D applications in the browser. The app shown in the video is coded in javascript and html and runs in a web browser. Learn more about O3D athttp://code.google.com/apis/o3d

 

HTML 5 code that was used to embed this video clip on the YouTube page:

<video width="640" height="360" src="file.mp4" autobuffer>
 <br>You must have an HTML5 capable browser.
</video>

Share/Save/Bookmark

  • No Related Post