Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of HTML 5
For more information, please see full course syllabus of HTML 5
HTML 5 Video
Lecture Description
In this lesson, our instructor Jim Hague goes through an introduction on video. He starts by discussing video formats, such as MP4, quick time, avi and ogg. Then he discusses the video elements / attributes such as: autoplay, controls and source.
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
Since this lesson is not free, only the preview will appear on your website.
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
3 answers
Tue Jul 7, 2015 2:22 AM
Post by S Fonseca on June 6, 2015
Can you give me some direction on how to embed Java applets on a web page. Interactive content from certain programs only run as Java applets and I need to have these dynamic simulations running on HTML5 web pages. Any other suggestions on how to do this would be appreciated.
1 answer
Sat Mar 28, 2015 11:34 PM
Post by David Llewellyn on March 9, 2015
Just a comment - the src for the video is out of date
"http://www.w3schools.com/html5/mov_bbb.ogg"
should be replaced with
"http://www.w3schools.com/html/mov_bbb.ogg" (/html/ not /html5/)
BTW the mp4 version
"http://www.w3schools.com/html/mov_bbb.mp4" also works provided you change the type to "video/mp4"