Csc with multimedia
From TYPO3Wiki
<< Back to Extension manuals page
|
Author: Martin Holtz maholtz 14:11, 16 March 2007 (CET) | This document is published under The content is related to TYPO3 - a GNU/GPL CMS/Framework available from www.typo3.com |
Contents |
Introduction
What does it do?
It enables you to put multimedia-files beside text with the ordinary "text with image" Content Element (textpic).
It is a hook of css_styled_content.
It makes use of $this->cObj->MULTIMEDIA with width and height Params.
Screenshots
In the Installtool, you have to set your multimedia fileextension as an image extension, so that you are able to select multimedia files in content element text with image. Perhaps it could be done by editing the TCA? If some one has an suggestion, feel free to mail me - thanks.
Now, you can select your multimedia file. There is no thumb generated.
In the frontend the image and the flash-file are rendered
Users manual
Add an Multimedia Image to the list of imagefiles.
FAQ
If you have Questions, please use the [wiki].
Adminstration
- You have to extend $TYPO3_CONF_VARS['GFX']['imagefile_ext'] in localconf.php (you can do it through the install tool) with the multimedia file-extensions you will use. This allows you to select multimedia files in the filebrowser.
# we only need Flash files: swf $TYPO3_CONF_VARS['GFX']['imagefile_ext'] = 'gif,jpg,jpeg,tif,bmp,pcx,tga,png,pdf,ai,swf';
- Install Extension
- tell the Extension, which file-extensions are multimedia file-extensions
# Standard Setup with css_styled_content # Each Object will be renderd by the MULTIMEDIA Element tt_content.image.20.multimedia = swf, wav
FAQ
Configuration
FAQ
Reference
|
Property: |
Data type: |
Description: |
Default: |
|---|---|---|---|
| multimedia | list | a comma separated list with file-extensions which should be rendered with MULTIMEDIA | swf |
Tutorial
Known problems
To-Do list
i think a lot, but it now works for me - if you find an error [send me an mail] please



