[TYPO3-english] Inserting Flash into HTMLArea

2009-02-11 Thread Antonio Reher
Hi: I've read you can place a flash movie into tinyMCE, but I can't seem to do it with HTMLArea: HTML code gets rendered as text. Does anybody have any experience with this? Thanks! Antonio ___ TYPO3-english mailing list TYPO3-english@lists.netfielde

Re: [TYPO3-english] Inserting Flash into HTMLArea

2009-02-11 Thread Dmitry Dulepov
Hi! Antonio Reher wrote: > I've read you can place a flash movie into tinyMCE, but I can't seem to > do it with HTMLArea: HTML code gets rendered as text. Does anybody have > any experience with this? I do not think it is a good idea. RTE is heavy and adding heavy flash there makes the whole thi

Re: [TYPO3-english] Inserting Flash into HTMLArea

2009-02-11 Thread Tapio Markula
Dmitry Dulepov kirjoitti: > Hi! > > Antonio Reher wrote: >> I've read you can place a flash movie into tinyMCE, but I can't seem to >> do it with HTMLArea: HTML code gets rendered as text. Does anybody have >> any experience with this? > > I do not think it is a good idea. RTE is heavy and adding

Re: [TYPO3-english] Inserting Flash into HTMLArea

2009-02-11 Thread Antonio Reher
That's right: I don't need to see the preview in HTMLArea. Is there any way to configure it to not parse the element and save it as html? Tapio Markula escribió: > Dmitry Dulepov kirjoitti: > >> Hi! >> >> Antonio Reher wrote: >> >>> I've read you can place a flash movie into tinyMCE, but

Re: [TYPO3-english] Inserting Flash into HTMLArea

2009-02-11 Thread Tapio Markula
Antonio Reher kirjoitti: > That's right: I don't need to see the preview in HTMLArea. Is there any > way to configure it to not parse the element and save it as html? yes - define RTE transformation in TS template lib.parseFunc_RTE { denyTags= allowTags=a, abbr, acronym, address, bloc

Re: [TYPO3-english] Inserting Flash into HTMLArea

2009-02-11 Thread Antonio Reher
Hi: and this should go into the Template setup of the root? thanks again, Antonio Tapio Markula escribió: > Antonio Reher kirjoitti: > >> That's right: I don't need to see the preview in HTMLArea. Is there any >> way to configure it to not parse the element and save it as html? >> > yes

Re: [TYPO3-english] Inserting Flash into HTMLArea

2009-02-12 Thread Antonio Reher
Hello again: I tried adding those lines in my Template for root but the RTE still transforms my tag into , etc, and the code isn't rendered as HTML... any idea what I might be doing wrong? Thanks! Antonio Antonio Reher wrote: > Hi: and this should go into the Template setup of the roo

Re: [TYPO3-english] Inserting Flash into HTMLArea

Am Thu, 12 Feb 2009 21:50:34 +0100 schrieb Antonio Reher: > Hello again: > I tried adding those lines in my Template for root but the RTE still > transforms my tag into , etc, and the code isn't > rendered as HTML... > > any idea what I might be doing wrong? > > Thanks! > Antonio > as

Re: [TYPO3-english] Inserting Flash into HTMLArea

Ok, I understand. But I'm not sure where I have to declare the tag as valid. I tried inserting lib.parseFunc_RTE { denyTags= allowTags=a, abbr, acronym, address, blockquote, br, caption, cite, code, div, em, embed,h1, h2, h3, h4, h5, h6, hr, i, iframe, img, li, link, object, ol, p, p

Re: [TYPO3-english] Inserting Flash into HTMLArea

Hello list: after some more research I finally managed to include Flash in HTMLArea. This page was very helpful: http://snipplr.com/view/9197/how-to-enable-the-use-of-object-param-embed-tags-into-normal-text-wimage-boxes/ Thank you all for your help. Antonio Antonio Reher escribió: > Ok, I und