Video on webpages

When copying the code from these pages remember to paste them first into a text only editor such as Notepad and then copy and paste from there into your webpage. This is so that all the text formatting codes can be removed from the copied text. Remember that your HTML editor must be in code or HTML view when you paste the code into it. If you are using a template driven HTML editor then the code must be pasted into an HTML and not a text box. JavaScript must be enabled in your browser for the effects generated by it to be seen.

Video Files on Webpages

This file is played using the following code

<EMBED src="dodo.mpg" height="400" width="400">
<noembed>Your browser can't read the video file.</noembed>

Your browser can&#39;t read the video file.

The file below is played using the following code

<EMBED src="bad_day.mpeg" height="250" width="200">
<noembed>Your browser can't read the video file.</noembed>

Your browser can&#39;t read the video file.

This page created 28th November 2003, last modified 10th February 2007