3.4: Putting Video on the Web using HTML
Including video in can be a very complex process and generally is treated in more advanced classes that discuss technologies like Flash. Even so, it is often the case that a simple website needs embedded video, so this course includes the following information to help you get started on including this feature in your websites. Fortunately, the emerging HTML5 standard will make video significantly easier to manage. If you do not intend to include video content on your site, you may skip this subunit.
This article includes much of the nitty-gritty information about encoding, decoding, and playing video on the Web. It also includes a thorough discussion of including video in an HTML file using the newer HTML5 standard, including a discussion of compatibility issues. Since HTML5 has not yet been adopted by the entire web community, older techniques are discussed below.
This article introduces the concept of Flash video and points you towards both intermediate and advanced techniques for creating a Flash player on your site.
This segment offers an example of how the "object" and "embed" tags can be used to embed a video in a website. You will need to click through to external resources and tutorials to successfully make use of this example.