[TYPO3-english] Problem with Flowplayer for MultimediaCE

Steffen Kamper info at sk-typo3.de
Thu Sep 23 12:53:00 CEST 2010


Hi,

Stephan Bauer schrieb:
> Hello,
> 
> I'm using the extension T3X_mediace_flowplayer.t3x from this bug entry:
> http://bugs.typo3.org/view.php?id=11902
> 
> It works great but I found two problems.
> 
> - If I am using 'Render Type' = 'Auto' then I can't add parameters.
> 
> - If I am using 'Render Type' = 'Flowplayer Video & Audio' then I'm 
> getting the error:
> Call to undefined method tslib_fe::addJsFooterLibrary() in 
> .../typo3conf/ext/mediace_flowplayer/class.tx_mediaceflowplayer_mediahooks.php 
> on line 80
> I think there will be a problem with addJsFooterInlineCode in line 81 also.
> 
> I'm using TYPO3 4.4.2.
> 
> Did someone fix this problem already or could help me with this?
> 
> Thanks in advance
> 


didn't used it for a long time, will look these days into.

tslib_fe:: is wrong (it was there at the very beginning), change these 
lines to

$GLOBALS['TSFE']->getPageRenderer()->addJsFooterLibrary('Flowplayer', 
$flowJS);
		 
$GLOBALS['TSFE']->getPageRenderer()->addJsFooterInlineCode('Flowplayer-' 
. $id, ' ....

vg Steffen


More information about the TYPO3-english mailing list