4 How can I optimize a video file for best viewing?

b How to alter the video file's other variables

A video file embedded in a web page with default settings will automatically display its controller, play once and then stop.

The redundant HTML code for this is <CONTROLLER="TRUE" AUTOPLAY="TRUE" LOOP="FALSE">.

The video above is being viewed at normal size (see 4a) and will play continuously once started.

<embed src="cheetah.mov" WIDTH="216" HEIGHT="192" AUTOPLAY="FALSE" LOOP="TRUE">