Help:Mov

From QED

Jump to: navigation, search
Help
Related topics

Embed an Apple QuickTime movie on a page.

Contents

Syntax

The simplest form is: <mov>width height URL</mov>

where:

  • width and height are in pixels
  • if width is specified as 0, the value is ignored, and similarly for height
  • URL either specifies the full URL of the file, or if the file has been uploaded as xyzzy.mov, has the form: Media:xyzzy.mov

The general form is:


 <mov alt="ALTERNATIVE TEXT" autoplay=true|false>width height URL</mov>

where:

  • all the parameters are optional;
  • true|false signifies that true or false should be specified;
  • autostart may be specified instead of autoplay;
  • the default value of autoplay is false

Examples

<mov alt="Biohazard Alarm">0 0 http://www.sciencentral.com/news/image_db/2024660/NNM3020_BiohazardAlarm_MSTR.mov </mov>

<mov autoplay=true>0 0 Media:BiohazardAlarm_MSTR.mov </mov>

Notes

An uploaded .mov file may be referred to using the Media: prefix. Such files however will only be usable if they do not use streaming video.

See also

Personal tools