TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\ContentObject\FlowPlayerContentObject Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\FlowPlayerContentObject:
TYPO3\CMS\Frontend\ContentObject\AbstractContentObject tslib_content_FlowPlayer

Public Attributes

 $mimeTypes
 
 $videoJsOptions
 
 $html5TagAttributes
 
 $flowplayerCaptionsConfig
 
 $flowplayerAudioConfig
 
 $flowplayerAudioDescriptionConfig
 

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 __construct (\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $cObj)
 
 render ($conf=array())
 
 getContentObject ()
 
- Protected Attributes inherited from TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 $cObj
 
 $fileFactory = NULL
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Contains FlowPlayer class object.

Author
Stanislas Rolland

Definition at line 21 of file FlowPlayerContentObject.php.

Member Data Documentation

◆ $flowplayerAudioConfig

TYPO3\CMS\Frontend\ContentObject\FlowPlayerContentObject::$flowplayerAudioConfig
Initial value:
= array(
'provider' => 'audio',
'plugins' => array(
'audio' => array(
'url' => 'plugins/flowplayer.audio-3.2.11.swf'
),
'controls' => array(
'autoHide' => FALSE,
'fullscreen' => FALSE
)
)
)

Flowplayer audio configuration

Definition at line 165 of file FlowPlayerContentObject.php.

◆ $flowplayerAudioDescriptionConfig

TYPO3\CMS\Frontend\ContentObject\FlowPlayerContentObject::$flowplayerAudioDescriptionConfig
Initial value:
= array(
'plugins' => array(
'controls' => NULL
)
)

Flowplayer configuration for the audio description

Definition at line 181 of file FlowPlayerContentObject.php.

◆ $flowplayerCaptionsConfig

TYPO3\CMS\Frontend\ContentObject\FlowPlayerContentObject::$flowplayerCaptionsConfig
Initial value:
= array(
'plugins' => array(
'captions' => array(
'url' => 'plugins/flowplayer.captions-3.2.10.swf',
'captionTarget' => 'content'
),
'content' => array(
'url' => 'plugins/flowplayer.content-3.2.9.swf',
'bottom' => 5,
'height' => 40,
'backgroundColor' => 'transparent',
'backgroundGradient' => 'none',
'border' => 0,
'textDecoration' => 'outline',
'style' => array(
'body' => array(
'fontSize' => 14,
'fontFamily' => 'Arial',
'textAlign' => 'center',
'color' => '#ffffff'
)
)
)
)
)

Flowplayer captions plugin configuration

Definition at line 133 of file FlowPlayerContentObject.php.

◆ $html5TagAttributes

TYPO3\CMS\Frontend\ContentObject\FlowPlayerContentObject::$html5TagAttributes
Initial value:
= array(
'autoPlay',
'controls',
'loop',
'preload'
)

html5 tag attributes

Definition at line 123 of file FlowPlayerContentObject.php.

◆ $mimeTypes

TYPO3\CMS\Frontend\ContentObject\FlowPlayerContentObject::$mimeTypes

File extension to mime type

Definition at line 26 of file FlowPlayerContentObject.php.

◆ $videoJsOptions

TYPO3\CMS\Frontend\ContentObject\FlowPlayerContentObject::$videoJsOptions
Initial value:
= array(
'useBuiltInControls',
'controlsBelow',
'controlsAtStart',
'controlsHiding',
'defaultVolume',
'playerFallbackOrder'
)

VideoJS options

Definition at line 105 of file FlowPlayerContentObject.php.