[TYPO3-core] RFC: #12240: [Media CE] using a flash video file doesn't work

Steffen Kamper info at sk-typo3.de
Thu Oct 15 15:06:51 CEST 2009


Hi,

This is SVN patch request.

Type: Bugfix

Branches: trunk

BT reference: http://bugs.typo3.org/view.php?id=12240

When selecting a flash video file (swf) always the player is used to 
display the movie. But the swf file has to be displayed without any player.

The check "use player" has no effect and is inconsistent:
either check it by default or negate it (don't use player)

Solution:

1) check "usePlayer" by default, change label for clarification: "Use 
Player (only for Shockwave Flash)"

2) add TS: forcePlayer = 1

3) correct code to work with the switches out of the box.

Now it also works fine from TS, try such:

page.100 < tt_content.media.20
page.100.file = fileadmin/media/SC009.flv

or

page.100 < tt_content.media.20
page.100.file = fileadmin/media/clockblox.lzx.swf
page.100.forcePlayer = 0

or

page.100 < tt_content.media.20
page.100.file = fileadmin/media/pinguin.mpg
page.100.renderType = qt

vg Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 12240.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20091015/c83a148d/attachment.txt 


More information about the TYPO3-team-core mailing list