[TYPO3-english] Insert Multimedia Content (FE)

Iban Cardona i Subiela icardona at serialnet.net
Tue Jan 31 16:01:46 CET 2012


Hello,

Finally I decided to use javascript to play my songs and videos:
http://jplayer.org/
Still, thank you very much for your help!

Best regards.

On 01/30/2012 12:08 PM, Bernd Wilke wrote:
> On 01/27/2012 05:57 PM, Iban Cardona i Subiela wrote:
>> Hello,
>>
>> I'd like to know how insert a multimedia TYPO3 content in my fe-plugin.
>> Any suggestion?
>>
>> Thank you so much!
>
> (pibase solution)
>
> you can try:
> $tt_content_conf = array('tables' => 'tt_content'
>                         ,'source' => $uidlist
>             ,'dontCheckPid' => 1
>             );
> $content .= $this->cObj->RECORDS($tt_content_conf);
>
>
> where $uidlist is a list of your CEs (maybe included with IRRE)
> be careful if these CEs are uncached, as then the rendering may fail
>
> bernd

-- 

 **



More information about the TYPO3-english mailing list