Project

General

Profile

Actions

Bug #20118

closed

MULTIMEDIA splitting params at = wrong

Added by Peter Russ about 15 years ago. Updated over 10 years ago.

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&para2=test2
)

we get
<embed .... src="someflash.swf?para1" />

(issue imported from #M10588)


Files

class.tslib_content.patch (2.68 KB) class.tslib_content.patch Administrator Admin, 2009-03-03 00:04
Actions

Also available in: Atom PDF