Actions
Bug #31517
closedflvplayer.swf - always "puffering" and no loop
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-11-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
the typo3 flash player doesn't loop and always puffering this short (3 sec) Video on http://www.ctr.at/index.php?id=396
Video is in attachment.
Files
Updated by Verbeiren Christophe almost 13 years ago
I have the same issue.
TYPO3 v4.5.2
- No loop
- after first loop the cursor of the timeline is on 70% in place to be at the starting point.
source code of the javascript generated
<script type="text/javascript"> var flashvars = {"autoPlay":"true","loop":"2","file":"..\/..\/..\/fileadmin\/sites\/..."}; var params = {"quality":"high","menu":"false","allowScriptAccess":"sameDomain","allowFullScreen":"true"}; var attributes = {}; swfobject.embedSWF("typo3/contrib/flashmedia/flvplayer.swf", "mmswf4f28c424d9ed8", "350", "270", "9", "typo3/contrib/flashmedia/swfobject/expressInstall.swf", flashvars, params, attributes); </script>
Updated by Markus Klein almost 13 years ago
@Verbeiren: Are you sure the path to "file" is correct?
"..\/..\/..\/fileadmin\/sites\/..."
Updated by Steffen Gebert over 12 years ago
- Status changed from New to Needs Feedback
Updated by Markus Klein over 12 years ago
Looking at the video on the page linked in the description, everything works just fine.
So what's the point here?
Updated by Igor over 12 years ago
Markus Klein wrote:
Looking at the video on the page linked in the description, everything works just fine.
So what's the point here?
Look here: http://demo.typo3profi.at/beispiele/alle-typo3-frames-rahmen.html
on the ctr website I use a different flash player
Updated by Markus Klein over 12 years ago
Thanks for the update.
Looks like this is a flash issue, not a TYPO3 issue.
Updated by Stefan Galinski over 11 years ago
- Status changed from Needs Feedback to Closed
Actions