[TYPO3-dev] New media element in 4.3 & custom parameter

Steffen Kamper info at sk-typo3.de
Tue Oct 20 23:47:50 CEST 2009


hi,

Simon Browning schrieb:
> I'm trying to set a wmode of transparent in the new media object in the 
> 4.3 beta but can't seem to get it to work.
> 
> I'm trying to add a custom parameter, I've tried:
> 
> wmode = transparent
> 
> wmode: transparent
> 
> params = {wmode: transparent}
>

custom parameter are entered in this syntax:

flashvars.var = value
params.var = value
attributes.var = value

so in your case you need
params.wmode = transparent


> Should one of these work (I was thinking the first).  If this is 
> documented somewhere and I've missed it, please let me know.
> 

documentation is in trunk svn
http://forge.typo3.org/repositories/browse/typo3v4-core/trunk/typo3/contrib/flashmedia/src

vg Steffen




More information about the TYPO3-dev mailing list