[TYPO3-templavoila] override xml-etype image to show swf ?

Sebastian Schön schoen at schoen-media.de
Tue Sep 4 13:51:28 CEST 2007


yea... I solved the problem ...

I mapped the data element abovecontent as image field.
In the DS xml I replaced the allowed tag with <allowed>swf</allowed>
and in the TO / local processing I have added following TS  for the  
field_abovecontent:

<TypoScript>
   	10 = MULTIMEDIA
	10.file = uploads/tx_templavoila/{field:field_abovecontent}
	10.file.insertData = 1
</TypoScript>

.. works fine ..

Maybe it helps someone !






Am 31.08.2007 um 12:28 schrieb Sebastian Schön:

> Hello,
>
> in the local processing xml for the TO (input field image) I ´ve the
> following TS- Code:
>
>   <TypoScript>
> 						20 = MULTIMEDIA
> 					  	20.file = fileadmin/img/728x90.swf
> 						20.params (
> 						pluginspage = http://macromedia.com/go/getflashplayer
> 						type = application/x-shockwave-flash
> 						quality= high
> 						width=560
> 						height=60
> 						)
> </TypoScript>
>
>   I try to get the field input into it in the following manner:
>
>   <TypoScript>
> 20 = MULTIMEDIA
> 					  	20.file.import = uploads/tx_templavoila/
> 						20.params (
> 						pluginspage = http://macromedia.com/go/getflashplayer
> 						type = application/x-shockwave-flash
> 						quality= high
> 						width=560
> 						height=60
> 						)
> </TypoScript>
>
> It does not work. I searched a lot in forums, google etc, but there
> is no answer for me. Can anyone solve this problem ?
>   Thank´s a lot.
>
> Regards
> Sebastian
>
> _______________________________________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- 
> templavoila
>

------------------------------------------
schoen ! media
Goebenstrasse 5
32423 Minden

fon      0571 - 3 88 77 629
mail    schoen at schoen-media.de
web    www.schoen-media.de




More information about the TYPO3-project-templavoila mailing list