Actions
Bug #20118
closedMULTIMEDIA splitting params at = wrong
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-03-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Using Typoscript we try to provide a source parameter to a flash as TYPO3 content element MULTIMEDIA doesn't like GET parmeter in the file resource.
As the MULTIMEDIA content element splits at '=' and takes only element {0,1} we loose everythings after the second '='.
Exp. we have:
params(
src=someflash.swf?para1=test1¶2=test2
)
we get
<embed .... src="someflash.swf?para1" />
(issue imported from #M10588)
Files
Actions