Project

General

Profile

Actions

Bug #32475

closed

Content Element Media - Mp3 player

Added by Aswin Lutchanah over 12 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2011-12-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #23910: Autostart for Flash Videos does not workClosedSteffen Gebert2010-11-02

Actions
Actions #1

Updated by Oliver Hader over 12 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).

Actions #2

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions

Also available in: Atom PDF