Project

General

Profile

Actions

Bug #24359

closed

custom parameters in multimedia object are not parsed into javascript

Added by Simon Schaufelberger over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2010-12-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

my custom parameter:
wmode=opaque

the output:

<div id="mmswf4d0bf869f10f2"></div>

<script type="text/javascript">
var flashvars = {};
var params = {"quality":"high","menu":"false","allowScriptAccess":"sameDomain","allowFullScreen":"true"};
var attributes = {};
swfobject.embedSWF("fileadmin/myvideo.swf", "mmswf4d0bf869f10f2", "700", "400",
"9", "typo3/contrib/flashmedia/swfobject/expressInstall.swf", flashvars, params, attributes);
</script>

(issue imported from #M16772)

Actions #1

Updated by Steffen Kamper over 13 years ago

yes, it's late ...

the syntax is wrong. Custom parameters need a prefix:

params.wmode=opaque

or

flashvars.whatever = blah

So i close the issue ;)

Actions

Also available in: Atom PDF