ViewMovie Documentation and Release Notes

by Iván Cavero Belaúnde

Download ViewMovie for Macintosh
Download ViewMovie XT for Macintosh
ViewMovie for Win32 coming soon

What's New? (Updated March 8, 1996)


Table of Contents


About This Document

This document describes ViewMovie, a plug-in for Netscape 2.0b5 for Macintosh and higher providing support for playback of QuickTime movies. It outlines how to set up ViewMovie, how to embed movies into HTML documents. The version of ViewMovie described here is 1.0a10, posted on Friday, March 8th, 1996.


Installation Instructions

Trivial.

No, really. First, unstuff the downloaded file (Netscape will do that for you transparently if you have Stuffit Expander installed).

Then, take the file named ViewMovie, stick it into the Netscape "Plug-Ins" folder, and quit and relaunch Netscape. You should be up and running.


HTML Embedding Notes

Embedding a movie in a NHTML document is achieved via the <EMBED> tag, as described in the Netscape documentation. The nature of QuickTime movies and particularly the QuickTime movie controller, however, introduces an unobvious peculiarity: the HEIGHT property specified in the tag must be the height of the movie itself plus 16, to account for the size of the movie controller. So, in order to place a 320x240 movie on your page, you'd use:

<EMBED SRC="mymovie.mov" WIDTH=320 HEIGHT=256>

NOTE: As of 1.0a6 you can put the movie's real size as long as you hide the controller without a badge (which can show the controller if it's hidden). To replicate the example above, you'd use:

<EMBED SRC="mymovie.mov" WIDTH=320 HEIGHT=240 CONTROLLER=FALSE>

Also note that the movies should be named using the .mov extension, as that is specified by the plug-in to identify the file as being of "video/quicktime" MIME type. If your server is configured otherwise (for example, to specify that files with the extension .qt) have the "video/quicktime" MIME type, you may use it as well.

Version 1.0a10 includes support for the following attributes in the EMBED tag:


Release Notes and Revision History

Known problems:

Release History: