Actions
Bug #21016
closed[MultimediaCE] works only with absRefPrefix and does not support flowplayer
Start date:
2009-09-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
as absRefPrefix is needed for qualified URLs i changed that to
- use baseURL
- use absRefPrefix
- if both isn't configured, calculate backpath from player
Also i integrated a hook for manipulating the conf, as flowplayer, which is often used on sites, needs complete different naming of params.
I'll provide an extension that does the transform for flowplayer using the hook, stay tuned.
(issue imported from #M11902)
Files
Updated by Steffen Kamper about 15 years ago
I've uploaded an extension which replaces the swfplayer with flowplayer when using video to demonstrate how the hook works and why it's needed.
Updated by Steffen Kamper about 15 years ago
I renewed the patch and the extension. The extension now also make usage of the customRender Hook to demonstrate how this works.
Updated by Georg Ringer about 15 years ago
related a bit to http://bugs.typo3.org/view.php?id=11965
Actions