RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question

2006-08-08 Thread Merrill, Jason
: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question On 8/7/06, Merrill, Jason [EMAIL PROTECTED] wrote: Oh, and to follow up with some further information: It seems to only encode those HTML entities when I use TextField.replaceSel(). If I just add the img tag string

Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question

2006-08-08 Thread John Grden
Effectiveness - Technology Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of John VanHorn Sent: Monday, August 07, 2006 8:43 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question

RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question

2006-08-08 Thread Merrill, Jason
Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of John Grden Sent: Tuesday, August 08, 2006 3:35 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question http://mirror1.cvsdude.com/trac/osflash/red5/browser

Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question

2006-08-08 Thread John Grden
PROTECTED] On Behalf Of John Grden Sent: Tuesday, August 08, 2006 3:35 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question http://mirror1.cvsdude.com/trac/osflash/red5/browser/java/server/trunk /swf/ DEV_Source/classes/com/blitzagency

[Flashcoders] WSIWYG HTML text editor in Flash - follow on question

2006-08-07 Thread Merrill, Jason
Getting back to this question I had back on Aug 1, thanks for the ideas. I've built a basic HTML text editor in Flash using the TextFormat class. Since I need to save the resulting HTML string back to a database, it works great. However, now I need to insert images into the HTML - which isn't

RE: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question

2006-08-07 Thread Merrill, Jason
] WSIWYG HTML text editor in Flash - follow on question Getting back to this question I had back on Aug 1, thanks for the ideas. I've built a basic HTML text editor in Flash using the TextFormat class. Since I need to save the resulting HTML string back to a database, it works great. However, now I

Re: [Flashcoders] WSIWYG HTML text editor in Flash - follow on question

2006-08-07 Thread John VanHorn
have you tried using the unescape function?.something like this: test_txt.replaceSel(unescape(img src=\mountains.jpg\ width=\350\ height=\120\ /)); On 8/7/06, Merrill, Jason [EMAIL PROTECTED] wrote: Oh, and to follow up with some further information: It seems to only encode those HTML