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
Updated by Oliver Hader almost 13 years ago
- Category set to Frontend
- Status changed from New to Needs Feedback
- Complexity set to medium
So does this happen with all media types or only if MP3 is used?
The issue you mentioned says that is was commited, however I could not find it in the repository (should have been in this change 3d1cd742a4705aa240bc5772d3da3c5bd348ed6d).
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.