Actions
Bug #44209
closedMedia html5
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-12-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When the file is selected, the value is "file: uid", but is should be its path.
When the url is selected, the value is not prefixed with "http://"
The code generated :
<video id="mmswf50d839fd6a010_video_js" class="video-js" ... > <source src=""></source> <source type="video/ogg" src="fileadmin/Ressources/gizmo.ogv"></source> <source src=""></source> <source type="video/mp4" src="http://www.808.dk/pics/video/gizmo.mp4"></source> </video>
Only the corrected values work.
Files
Actions