QuickTime Information
Parameter Reference
Parameter | Description | Values | QT |
---|---|---|---|
© 2004 by Age Bosma | |||
General QuickTime Parameters | |||
height | Specifies the height of the movie. If you don't use the 'scale' parameter and you supply a height that's smaller than the actual height of the movie, the movie will be cropped. |
|
|
src | Defines the URI to the file for the plug-in to play. |
value="http://fakeurl.com/movie.mov"
|
|
width | Specifies the with of the movie. |
|
|
autohref | Causes any URI specified in the 'href' parameter to load immediately, without waiting for a mouse click. |
|
4.0 |
autoplay | Causes the movie to start playing as soon as the plug-in estimates that it will be able to play the entire movie without waiting for additional data. |
|
3.0 |
bgcolor | Specifies the background colour for any space that isn't taken by the movie. |
<param name="bgcolor" value="#008080" />
or value="teal" |
4.0 |
cache | Enables the browser to cache movies. |
|
3.0 |
controller | Sets the visibility of the movie controller. If set to 'false', the movie controller won't be displayed. |
|
3.0 |
dontflattenwhensaving | Makes the plug-ins' 'Save as QuickTime movie' work the same way the 'Save as sourece' does. Adding this parameter saves the data into a movie file without flattening it. |
<param name="dontflattenwhensaving" />
|
4.0 |
enablejavascript | Enables you to control a QuickTime movie using JavaScript functions. |
|
4.0 |
endtime | Defines the last frame of the movie to end the movie. |
3:30:22.5 = 3 minutes, 30 seconds and 22.5 frames
|
4.0 |
goton | Assigns a target URI location. See 'qtnextn' parameter for further details. |
<param name="goto2" value="http://fakeurl.com/movie2.mov" />
or value="<http://fakeurl.com> T<myself>" |
4.0 |
href | Provides a link to another page or movie when the movie is clicked on. |
<param name="href" value="http://fakeurl.com" />
or value="http://fakeurl.com/movie.mov" |
3.0 |
kioskmode | When set to 'true', the plug-in doesn't include its pop-up menu in the movie controller and doesn't allow drag and drop to save the movie. |
|
4.0 |
loop | Makes the movie play continuously. |
|
3.0 |
movieid | Assigns a movie ID to a movie to enable any wired action to target an parameter of another open movie. This means two movies within the same webpage can communicate using the plug-in. e.g. one movie can act as a controller for another movie setting things such as it's rate or volume in stead of using JavaScript. |
|
4.0 |
moviename | Assigns a movie Name to a movie. See 'movieid' parameter. |
|
4.0 |
playeveryframe | Causes the movie to play every frame of the movie even if it's necessary to play at a slower rate to do so. |
|
3.0 |
pluginspage | Specifies a URI from which the user can fetch the necessary plug-in if it's not installed. |
|
|
prefixhost | Used to fix a bug with the QuickTime 2.x plug-in on Windows platforms. Setting this parameter to 'true' automatically adds the http host name at the beginning of each dynamic URI. |
|
3.0 |
qtnextn | Specifies the URI of a movie to load and play or a website to be shown at the end of the current movie. Also, the target of the page or movie can be specified. If so, the URI and target have to be placed between angle brackets. |
<param name="qtnext2" value="http://fakeurl.com/movie2.mov" />
or value="goto12" or value="<http://fakeurl.com> T<myself>" |
4.0 |
qtsrc | Forces a browser to use the QuickTime plug-in for a file no matter what its MIME-type is. The parameter ignores any data loaded by the browser from the 'src' parameter. |
value="http://fakeurl.com/movie.mov"
or value="http://fakeurl.com/sound.ogg" |
4.0 |
qtsrcchokespeed | Gives the ability to specify the datarate of a movie being served regardless of the connection speed an end user has. |
|
4.0 |
qtsrcdontusebrowser | Causes the URI specified in the 'qtsrc' parameter to load using QuickTime's internal methods, instead of using the browser to fetch the file. |
|
4.0 |
scale | Enables you to scale the movie. |
<param name="scale" value="1.5" />
|
3.0 |
starttime | Defines the first frame of the movie to start from. |
3:30:22.5 = 3 minutes, 30 seconds and 22.5 frames
|
4.0 |
targetn | Used in conjunction with the 'hotspotn' or 'href' parameter to specify the target of the specified URI. |
|
3.0 |
target | With the value 'quicktimeplayer' the movie specified in the 'href' parameter will be launched in the QuickTime Player. With the value 'myself' the 'src' parameter will be replaced with value of the 'href' parameter on click. | 4.0 | |
targetcache | Allow's you to cache the movie the poster movie is targetting. |
|
4.0 |
type | Specifies the MIME-type of the file to load, which in turn determines which plug-in to load. |
<param name="type" value="video/quicktime" />
|
|
urlsubstituten | Replaces every instance of the specified string with the specified URI inside any 'href' tracks, sprite URIs, or VR hotspot URIs. Both String and SubstituteURI must be surrounded by angle brackets, and the two must be separated by a colon. |
<param name="urlsubstitute17" value="<samplestring>: <http://fakeurl.com/movie.mov>" />
|
4.0 |
volume | Sets the movie's initial audio volume. |
|
3.0 |
QuickTime VR Parameters | |||
correction | Control the angle of display. |
|
3.0 |
fov | Allows you to specify the initial field of view angle. |
|
3.0 |
hotspotn | Enables clicking on a hotspot with the specifies ID in a VR panorama to take the user to the specified URI. |
<param name="hotspot17" value="http://fakeurl.com" />
|
3.0 |
node | Specifies the initial node for a multi-node QuickTime VR movie. |
|
3.0 |
pan | Specifies the initial pan angle for a QuickTime VR movie. |
|
3.0 |
tilt | Specifies the initial tilt angle for a QuickTime VR movie. |
|
3.0 |