[TYPO3-english] Problem with Flowplayer for MultimediaCE
Stephan Bauer
stephan_bauer at gmx.de
Fri Sep 24 16:35:20 CEST 2010
Hello Steffen,
thank you very much.
Now it works.
I changed line 50 to : $file = $conf['prefix'] . $conf['file'];
Extension is working with flowplayer 3.2.4 also.
How could we add the clip parameters?
Regards
Stephan
schrieb Steffen Kamper:
> 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