Actions
Bug #67530
closedMedia element: Video player, Audio player and Flow player broken
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2015-06-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The swf files for the different media players can not be loaded in the frontend because of broken paths.
How to reproduce:- Install EXT:mediace
- Create Media Content Element
- Reference a video file from your local file system
=> Frontend is broken because flvplayer.swf can not be loaded. http://shots.michaelsen.io/I7yc
The issue occurs because the typoscript paths to these files were changed from "typo3/contrib/[...]" to "EXT:mediace/[...]" but the EXT: syntax is never resolved.
Actions