Attention
TYPO3 v6 has reached its end-of-life April 18th, 2017 and is not maintained by the community anymore. Looking for a stable version? Use the version switch on the top left.
There is no further ELTS support. It is strongly recommended updating your project.
QTOBJECT¶
This element inserts a QuickTime Player.
Property
file
Data type
Description
Media file or URL.
Note: Files are treated as URLs. You need to set fully qualified URLs. Use config.baseURL and/or config.absRefPrefix to get fully qualified URLs automatically.
Property
width
Data type
integer
Description
Width of the QTOBJECT.
If it is not set, it will be filled with defaultWidth of the player configuration.
Property
height
Data type
integer
Description
Height of the QTOBJECT.
If it is not set, it will be filled with defaultHeight of the player configuration.
Property
alternativeContent
Data type
Description
Alternative content.
Default
alternativeContent.field = bodytext
Property
layout
Data type
Description
HTML Template for the object. ###QTOBJECT### is replaced with the qtobject, ###ID### is replaced with the unique Id of the div/object.
Default
###QTOBJECT###
Property
params
Data type
array
Description
Define some parameters which should be set for the QTOBJECT. These settings having precedence over player specific settings ([type].player.default.aprams).
Property
type
Data type
string /stdWrap
Description
Sets default for different media types. E.g. "audio" or "video". If value is "audio", the player configuration audio.player will be used. Player specific settings are only used, if there is no general value set.
Property
[type].player.default
Data type
array
Description
Player specific default parameters. You can override them via params setting (see above).
Usage:
default.params {
autoplay = true
}
Property
[type].player.defaultWidth
Data type
integer
Description
Default width.
Property
[type].player.defaultHeight
Data type
integer
Description
Default height.
Property
[type].player.mapping
Data type
array
Description
The mapping does the rename of a parameter for a specific player type. Player specific parameter mapping. See SWFOBJECT for an example.
[tsref:(cObject).QTOBJECT]