Part of the EllisLab Network

Plugin Information

Quicktimeplugin 1.0 third_party

Download
Author:
Pappskalle
Published:
May 26, 2004
Last Updated:
Dec 01, 2008
License:
Freeware
Categories:
Plugins  General  
A clean and easy way to add Quicktime movies to a site.

Example Usage

{exp:quicktimeplugin file="/movies/p5_small.mov" width="240" height="180"}

Notes

Required Parameters:

file=
file="name_of_quicktime_movie.mov"
Quicktime movie file location and name.

height=
height="180"
Height of Quicktime movie.

width=
width="240"
Width of Quicktime movie.


Optional Parameters:

autoplay=
autoplay="true"
The movie will automaticlly start to play when loaded. Values can be "true" or "false". Default is "true".

bgcolor=
bgcolor="#000000"
Background color of the Quicktime movie. Examples: bgcolor="#000000" (black), bgcolor="#ffffff" (white). The default is to have no background color.

controller=
controller="false"
This will add play, pause, options and progress bar at the bottom of the movie. Values can be "true" or "false". Default is "false".

Note: This will automaticly add 16 pixels to the height of the movie so it can accomidate the controls.

graphic=
graphic="/image/quicktime_graphic.jpg"
Quicktime "Click Here To Start Movie" button. This option will add a graphic to the start of your Quicktime movie and when clicked it will start the movie. The default value is to have no graphic.

target=
target="myself"
Used in conjunction with the "graphic" parameter (see above) this will target which movie you want play.

version=
version="6"
Version of Quicktime. The default value is "6".


Examples:

Basic:
{exp:quicktimeplugin file="/movies/p5_small.mov" width="240" height="180"}

Full:
{exp:quicktimeplugin file="/movies/p5_small.mov" width="240" height="180"
controller="true" autoplay="false" graphic="/movies/play_small.jpg"
target="myself" bgcolor="000000" version="6"}