Bug #21829
closedMedia CE: Autostart with Videos does not work
0%
Description
With Flashmovies the new content element "Media" shows the option "Autoplay" instead of "Autostart" at "Media Parameter" in the Backend.
The Sourcecode then includes "autoPlay":"true" instead of "autoStart":"true" so Autostart does not work
(issue imported from #M12988)
Updated by Thomas Deinhamer over 14 years ago
Any updates? Unfortunately I'm also not able to set the autostart via a custom parameter - is there any documentation?
Updated by Andreas Tschirpke over 14 years ago
In the file sysext/cms/flexform_media.xml find the line that says (was line 136 for me at TYPO3 4.4)
<numIndex index="1">autoPlay</numIndex>
and simple change autoPlay to autoStart.
Updated by J. Peter M. Schuler about 14 years ago
For all those needing a quick fix without changing the code:
Custom Parameter would be:
flashvars.autoStart=true
Updated by Yohann CERDAN about 14 years ago
Same problem in a 4.3.6 version. With a custom parameter it works.
When a patch will be commited ?
Thanks.
Updated by Chris topher about 14 years ago
Resolved as duplicate of #23910.
Please go on there!