Re: [TYPO3-english] flvplayer2 and tt_news

2009-07-27 Thread Markus Deckmann
Hi Christopher, > I'm slightly too quick with the Send button. You have to remove 'url = > 1', yes, but that won't fix the problem. In sourcecode of the flvplayer2-class the following line parse the "url = 1" syntax: ### Sourcecode ### if($this->conf['url']){ $filePath = $thi

Re: [TYPO3-english] flvplayer2 and tt_news

2009-07-27 Thread Christopher Torgalson
On 27-Jul-09, at 6:07 PM, Christopher Torgalson wrote: > Hello again, > > On 27-Jul-09, at 5:32 PM, Markus Deckmann wrote: > >> Hi Christopher, >> >>> Without testing it, it looks as though you've missed a small step; >>> if >>> the 'url' object has stdWrap, you should be able to do this, but >

Re: [TYPO3-english] flvplayer2 and tt_news

2009-07-27 Thread Christopher Torgalson
Hello again, On 27-Jul-09, at 5:32 PM, Markus Deckmann wrote: > Hi Christopher, > >> Without testing it, it looks as though you've missed a small step; if >> the 'url' object has stdWrap, you should be able to do this, but >> stdWrap has no 'RECORDS' function which is what your TS code assumes. >

Re: [TYPO3-english] flvplayer2 and tt_news

2009-07-27 Thread Markus Deckmann
Hi Christopher, > Without testing it, it looks as though you've missed a small step; if > the 'url' object has stdWrap, you should be able to do this, but > stdWrap has no 'RECORDS' function which is what your TS code assumes. In the documentation it looks like 'url' have stdWrap function: http:

Re: [TYPO3-english] flvplayer2 and tt_news

2009-07-27 Thread Christopher Torgalson
Hi, On Mon, Jul 27, 2009 at 2:49 PM, Markus Deckmann wrote: > Hi again, > > Now flvplayer and tt_news works correctly. Following TS will do this: > > ### TS-Start ### > temp.newsFileRecord = RECORDS > temp.newsFileRecord { >        source = {GPvar:tx_ttnews|tt_news} >        source.insertData = 1

Re: [TYPO3-english] flvplayer2 and tt_news

2009-07-27 Thread Markus Deckmann
Hi again, Now flvplayer and tt_news works correctly. Following TS will do this: ### TS-Start ### temp.newsFileRecord = RECORDS temp.newsFileRecord { source = {GPvar:tx_ttnews|tt_news} source.insertData = 1 tables = tt_news conf.tt_news > conf.tt_news = TEXT

[TYPO3-english] flvplayer2 and tt_news

2009-07-27 Thread Markus Deckmann
Hi, I use flvplayer2 and tt_news and want to show FLV-videos in my tt_news-element with the following TS-Code: temp.videoplugin < plugin.tx_flvplayer_pi1 temp.videoplugin { url = fileadmin/videos/sss/sss.flv } plugin.tt_news.newsFiles_stdWrap.wrap = | plugin.tt_news.newsFilesHeader_stdW