Bug #20118
closedMULTIMEDIA splitting params at = wrong
0%
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
Updated by Alexander Opitz about 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 3.8
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz almost 11 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.