Stop the countdown!


The code required to embed this avi file is -

<div align="center">
Stop the countdown!<br>
<embed src="count8r.avi" width="128" height="128" loop="True">
</div>


The WIDTH and HEIGHT attributes, when dealing with embedded video, define the width and height of the video object.

It is important to consider the file size of the video file you are embedding. The entire file must be downloaded before it can be played.

Back