| CCA! video is embedded into WWW pages using the QuickTime plug-in. The QuickTime plug-in is installed with the QuickTime software. Adding plug-in objects to WWW pages is done using the HTML tags <embed> or <object>.
Note: The <embed> tag was never adopted in the HTML standard although major WWW browsers support it. The HTML standard (v. 4) uses the <object> tag. However, <object> is currently not as well supported by all browsers.
When using <embed> or <object> you must specify the src attribute and should also minimally specify the width and height attributes. CCA! video has a size of 320 x 240 pixels. In order to accommodate the height of the QuickTime movie controller, an additional 16 pixels is added to the specified height.
<embed src="example.mov" width="320" height="256">
|