[TYPO3-ttnews] Can't add video from youtube.com into single news

Robert Wildling rowild at gmx.net
Wed Sep 16 10:31:45 CEST 2009


Just my 2 cents: why don't you use tinymce_rte? So much better...
>  Video is not loaded.
> I have TSconfig:
>
> tx_ttnews.singlePid = 48,17
> TCEMAIN.clearCacheCmd = 31,48,49,16,17
>
> RTE.classesAnchor >
>
> RTE.default.proc.allowTags := addToList(object,param,embed)
> RTE.default.proc.entryHTMLparser_db.allowTags :=
> addToList(object,param,embed)
>
> RTE.default {
>     # Define the buttons to show
>     showButtons = formatblock, bold, italic, underline, left, center, right,
> justifyfull, orderedlist, unorderedlist, outdent, indent, link, image,
> table, removeformat, copy, cut, paste, undo, redo, showhelp, chMode,
> toggleborders, tableproperties, rowproperties, rowinsertabove,
> rowinsertunder, rowdelete, rowsplit, columninsertbefore, columninsertafter,
> columndelete, columnsplit, cellproperties, cellinsertbefore,
> cellinsertafter, celldelete, cellsplit, cellmerge
>
>         # Allow style and align for paragraphs
>     proc.entryHTMLparser_db.tags {
>          p.fixAttrib.align.unset >
>          p.allowedAttribs := addToList(style,align)
>          }
>     }
>
>       # Hide all the extra buttons for tables
>     hideTableOperationsInToolbar = 1
>     buttons.toggleborders.keepInToolbar = 1
> }
>
> 2009/9/15 Dan Osipov <dosipov at phillyburbs.com>
>
>   
>> Double check that the object, param, and embed tags are added as allowed
>> tags to RTE:
>>
>> RTE.default.proc.allowTags := addToList(object,param,embed)
>> RTE.default.proc.entryHTMLparser_db.allowTags :=
>> addToList(object,param,embed)
>>
>>
>> Dan Osipov
>> Calkins Media
>> http://danosipov.com/blog/
>>
>> Olga Zhuravleva wrote:
>>     
>>> Can't add video from youtube.com into single news.
>>> Video is not loaded.
>>>
>>> <object width="425" height="344">
>>> <param name="movie" value="about:blank" />
>>> <param name="allowFullScreen" value="true" />
>>> <param name="allowscriptaccess" value="always" />
>>> <embed src="http://www.youtube.com/v/aUJ4Ato9uDU&hl=ru&fs=1&"
>>> type="application/x-shockwave-flash" allowscriptaccess="always"
>>> allowfullscreen="true" width="425" height="344">
>>> </embed></object>
>>>       
>> _______________________________________________
>> TYPO3-project-tt-news mailing list
>> TYPO3-project-tt-news at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-tt-news
>>
>>     
> _______________________________________________
> TYPO3-project-tt-news mailing list
> TYPO3-project-tt-news at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-tt-news
>
>   



More information about the TYPO3-project-tt-news mailing list