Extension:Quicktime

From WikiVet English
Revision as of 09:23, 3 April 2010 by A.allison (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to navigation Jump to search
Help:ContentsHelp Banner.png
EXTENSIONS


Base Syntax

<qt>file=filename.mov|attribute=value|...</qt>

Attribute Reference

  • width=px or % (Modify the width of the object)
  • height=px or a% (Modify the height of the object)
  • autoplay=true/false (Start playing the file or wait at first frame, default:true)
  • controller=true/false (Show the controller, default:true)
  • name (object-specific)
  • id (embed-specific)
  • src (embed-specific)

Examples

<qt>file=film.mov|width=320|height=240|autoplay=true</qt>
Shows the movie with the with a width of 320 and a height of 240 pixels that starts playing as soon as its loaded.

<qt>file=film.mov|width=320|height=240|autoplay=false|controller=true</qt>
Shows the movie with the with a width of 320 and a height of 240 pixels that does not play when loaded, but waits for the user to click on the play button.