Project

General

Profile

Actions

Bug #23910

closed

Autostart for Flash Videos does not work

Added by Janos over 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If you create a CE from type "Media" select an *.flv video file, Check Use Player (only for Shockwave Flash)" and Render Type "Shockwave Flash Browser Plugin". For additional parameter set the option "autoPlay" to "On".

After reloading the page in FE the *.flv file wount start to play until you press the play button.

There is a parameter missmatch betwenn the backend configuration "autoPlay=true|false" and the flvplayer.swf , it listen to "autoStart=true".

An solution could be to change the AS-Code from flvplayer.swf
https://svn.typo3.org/TYPO3v4/Core/trunk/typo3/contrib/flashmedia/src/flvplayer.as
Line: 65
from:
if(_root.autoStart "true") {
to:
if(_root.autoPlay "true") {

(issue imported from #M16214)


Files

patch.patch (608 Bytes) patch.patch Administrator Admin, 2010-11-04 21:29
0016214.patch (659 Bytes) 0016214.patch Administrator Admin, 2010-11-04 21:58

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #32475: Content Element Media - Mp3 playerClosed2011-12-12

Actions
Is duplicate of TYPO3 Core - Bug #21829: Media CE: Autostart with Videos does not workClosedChris topher2009-12-09

Actions
Actions

Also available in: Atom PDF