Bug #66407
closedMediaplayer autostart not working
0%
Description
The mediaplayer does not automatically start the movie when autostart is ON. This is because the proper parameter name is autoStart and not Autoplay.
To bypass the bug you can define a custom parameter:
autoStart=true
This is an old bug that was fixed in version 4.3 branch:
https://forge.typo3.org/issues/21829
Files
Updated by Markus Klein over 9 years ago
As noted in #23910, the change is not present in the Code anymore.
Updated by Markus Klein over 9 years ago
For HTML5 this attribute is called "autoPlay"
http://www.w3schools.com/tags/att_audio_autoplay.asp
So we need to distinguish between the Flash player and native player.
Updated by Benni Mack over 9 years ago
- Target version changed from next-patchlevel to 7.4 (Backend)
- Sprint Focus set to On Location Sprint
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Anja Leichsenring over 9 years ago
- Sprint Focus changed from On Location Sprint to Remote Sprint
Updated by Benni Mack about 9 years ago
- Category changed from Frontend to 1606
- Target version deleted (
7.5)
Updated by Georg Ringer about 9 years ago
- Status changed from New to Closed
mediace has been extracted from the core and is not needed anymore using CMS7. however it can be now found at github ant the issue has been moved to https://github.com/FriendsOfTYPO3/mediace/issues/4