Bug #32475
closedContent Element Media - Mp3 player
100%
Description
I've noticed a bug with the autoplay/autostart function of a MP3 player.
There is a beginning of a solution here :
http://forge.typo3.org/issues/23910
By replacing this line :
<numIndex index="1">autoPlay</numIndex>
With this one :
<numIndex index="1">autoStart</numIndex>
But still, this wont work !
I've found a solution or maybe 2 :
1. Add new Media Parameter
"autoStart" should be in lowercase and replaced in "<numIndex index="1">autoStart</numIndex>" in sysext/cms/flexform_media.xml
and when you add the content element(Media tab), you choose
- audio for Media Type
- Add new Media Parameter (option = AutoPlay, Set to = Value Entry, Value = yes)
2. Custom parameters
You only have to add this : "flashvars.loop = yes"
I hope this helps :)
Take Care