Index: typo3/contrib/flashmedia/flvplayer.swf =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: typo3/contrib/flashmedia/src/flvplayer.as =================================================================== --- typo3/contrib/flashmedia/src/flvplayer.as (revision 9282) +++ typo3/contrib/flashmedia/src/flvplayer.as (working copy) @@ -62,7 +62,7 @@ // toggle for autostarting the video // you can change the 'true' in 'false' -if(_root.autoStart == "true") { +if(_root.autoPlay == "true") { autoStart = true; } else { autoStart = false; Index: typo3/contrib/flashmedia/src/flvplayer.fla =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream