[TYPO3-german] FLVs in BE anspielen.
Rainer Schleevoigt
rainer at webmasterei-hamburg.de
Thu Mar 19 19:21:05 CET 2009
Moin,
In der Einzelanzeige von FLVs kann ich über wizards/userFunc Videos
antesten:
'trailer' => array (
'exclude' => 0,
'label' =>
'LLL:EXT:kampnagel/locallang_db.xml:tx_kampnagel_trailer.trailer',
'config' => array (
'type' => 'group',
'internal_type' => 'file',
'allowed' => 'flv,mp4',
'max_size' =>
$GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'],
'uploadfolder' => 'uploads/tx_kampnagel',
'size' => 3,
'minitems' => 0,
'maxitems' => 1,
'wizards' => Array(
'_PADDING' => 1,
'_VERTICAL' => 1,
'uproc' => array(
'type' => 'userFunc',
'userFunc' => 'user_class->user_playmovie',
),
),
)
),
Nun möchte ich auch in dem Playlistverwalter reinschauen können:
'trailerliste' => array (
'exclude' => 0,
'label' =>
'LLL:EXT:kampnagel/locallang_db.xml:tx_kampnagel_playlist.trailer',
'config' => array (
'type' => 'select',
"foreign_table" => "tx_kampnagel_trailer",
'size' => 12,
'maxitems' => 100,
'wizards' => Array(
'_PADDING' => 1,
'_VERTICAL' => 1,
'uproc' => array (
'type' => 'userFunc',
'userFunc' =>
'user_class->user_playlistpreview',
),
),
),
),
Ich kann damit die Trailer in die Liste packen usw. Wie kann ich jetzt
noch einen Play-Button in der mittlere Leiste unterbringen, wo jetzt
hoch- und runterschieben und löschen ist?
Rainer
More information about the TYPO3-german
mailing list