+2010-11-06 Steffen Kamper <steffen@typo3.org>
+
+ * Fixed bug #16214: Bug: Change value of Media(Flash) parameter (Thanks to Janos Thiele)
+
2010-11-05 Stanislas Rolland <typo3@sjbr.ca>
* Added feature #7872: htmlArea RTE: Allow CSS-styles for tables without having to activate blockstyle
// toggle for autostarting the video
// you can change the 'true' in 'false'
-if(_root.autoStart == "true") {
+if(_root.autoPlay == "true") {
autoStart = true;
} else {
autoStart = false;
if (isset($val['mmParamSet'])) {
$pName = $val['mmParamName'];
$pSet = $val['mmParamSet'];
- $pValue = $pSet == 2 ? $val['mmParamValue'] : ($pSet == 0 ? 'FALSE' : 'TRUE');
+ $pValue = $pSet == 2 ? $val['mmParamValue'] : ($pSet == 0 ? 'false' : 'true');
$conf['predefined'][$pName] = $pValue;
}
}