Csc with multimedia

From TYPO3Wiki

Jump to: navigation, search

<< Back to Extension manuals page

[edit]

Author: Martin Holtz maholtz 14:11, 16 March 2007 (CET)
Extension key: csc_with_multimedia (csc_with_multimedia) (contact: maholtz)
Major revision: 0.10.0
Minor revision: See page's Last modified date
Prerequisites: 4.0?, cms, css_styled_content

This document is published under

the Open Content License

The content is related to TYPO3 - a GNU/GPL
CMS/Framework available from www.typo3.com
This document is ready and needs a review.
When you have proofed that the content is good enough for www.typo3.org, please change the {{review}} tag to {{publish|reviewerSignature=--~~~~}} .


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.

Image:Extensions_csc_with_multimedia_installtool.png

Now, you can select your multimedia file. There is no thumb generated.

Image:Extensions_csc_with_multimedia_backend.png

In the frontend the image and the flash-file are rendered

Image:Extensions_csc_with_multimedia_Frontend.png

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

Changelog

Whishlist

Personal tools