Project

General

Profile

Actions

Bug #40531

closed

If use Flowplayer or Video rendering

Added by Yves Poersch over 11 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2012-09-02
Due date:
% Done:

0%

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

Description

<link rel="stylesheet" type="text/css" href="t3lib/js/flowplayer/express-install.css?1345027705" media="all">
<link rel="stylesheet" type="text/css" href="/typo3/contrib/videojs/video-js/video-js.css?1345027705" media="all">
<link rel="stylesheet" type="text/css" href="t3lib/js/videojs/control-bar.css?1345027705" media="all">
<link rel="stylesheet" type="text/css" href="/typo3temp/stylesheet_5c66cdbb9b.css?1346427882" media="all">
<link rel="stylesheet" type="text/css" href="/typo3conf/ext/jquerycolorbox/res/css/colorbox.css?1346427170" media="all">
<link rel="stylesheet" type="text/css" href="/fileadmin/default/templates/css/stylesheet.css?1346427375" media="all">
<link rel="stylesheet" type="text/css" href="/fileadmin/default/templates/css/print.css?1346427180" media="print">

<script src="/typo3conf/ext/jquerycolorbox/res/js/jquery.js?1346427170" type="text/javascript"></script>
<script src="/typo3/contrib/flashmedia/swfobject/swfobject.js?1345027705" type="text/javascript"></script>
<script src="/typo3/contrib/flowplayer/example/flowplayer-3.2.6.min.js?1345027705" type="text/javascript"></script>
<script src="/typo3/contrib/videojs/video-js/video.js?1345027705" type="text/javascript"></script>
<script src="t3lib/js/videojs/control-bar.js?1345027705" type="text/javascript"></script>

The two css files "flowplayer/express-install.css", "t3lib/js/videojs/control-bar.css" and the JS file "videojs/control-bar.js" is added relative, it have to be absoulute, if you don't have a base path.
Found in Code at "typo3/sysext/cms/tslib/content/class.tslib_content_flowplayer.php".

Actions #1

Updated by Arjen Hoekema about 11 years ago

This could be temporarily fixed by using the following workaround:

$TYPO3_CONF_VARS['FE']['additionalAbsRefPrefixDirectories'] .= ',t3lib';

Actions #2

Updated by Christian Buelter over 10 years ago

I can confirm this for 6.1.5.

Workaround works for me.

Actions #3

Updated by Wouter Wolters over 9 years ago

  • Status changed from New to Needs Feedback
  • Is Regression set to No

Hi,

does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?

Actions #4

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from Needs Feedback to Closed

I assume the problem is absent in TYPO3 6.2.x for the following reasons:

1. the folder /t3lib/ is absent
2. the file typo3/sysext/cms/tslib/content/class.tslib_content_flowplayer.php does not exist
3. the files whose paths here begin with t3lib are in fact linked here:

/typo3/sysext/frontend/Classes/ContentObject/FlowPlayerContentObject.php (line 214,following) this way:

$pageRenderer->addCssFile(TYPO3_mainDir . 'contrib/flowplayer/express-install/express-install.css');
[...]
$pageRenderer->addJsFile(TYPO3_mainDir . 'contrib/videojs/video-js/controls/control-bar.js');
$pageRenderer->addCssFile(TYPO3_mainDir . 'contrib/videojs/video-js/controls/control-bar.css');

This is why I close this ticket;
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF