Re: [Flashcoders] Word processor in Flash

2006-08-23 Thread Anthony Lee
GregoryN wrote: Tony, I've just tried your test page - it works OK. Firefox 1.5, win2k. However, after submit it is "waiting for noen.org" forever... :-) Sorry Gregory noen.org's DNS provider was unreliable so I changed the service domain. I figured the test was over... I'll take it down.

Re: [Flashcoders] Word processor in Flash

2006-08-23 Thread GregoryN
Tony, I've just tried your test page - it works OK. Firefox 1.5, win2k. However, after submit it is "waiting for noen.org" forever... :-) -- Best regards, GregoryN http://GOusable.com Flash components development. Usability services. > =

RE: [Flashcoders] Word processor in Flash

2006-08-23 Thread Merrill, Jason
Solutions >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of Anthony Lee >>Sent: Wednesday, August 23, 2006 12:22 AM >>To: Flashcoders mailing list >>Subject: Re: [Flashcoders] Word processor in

Re: Re: [Flashcoders] Word processor in Flash

2006-08-22 Thread grimmwerks
There's also a txtFormat component from netdrims that is nice... ..me I'm also running into trying to glom htmlText into a CDATA in an xml file; I had done something recently using zinc that would save an htmlfile whenever someone would create rich/html formatted text that would have to saved

Re: [Flashcoders] Word processor in Flash

2006-08-22 Thread Anthony Lee
Gregory, Just out of interest have either you or Jason noticed that there's a problem pasting text into flash on Firefox? I posted a thread on this recently and found that 6 out of 22 people with the latest install of FF where experiencing it. Tony __

RE: [Flashcoders] Word processor in Flash

2006-08-22 Thread Merrill, Jason
] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of GregoryN >>Sent: Tuesday, August 22, 2006 7:47 AM >>To: Flashcoders mailing list >>Subject: RE: [Flashcoders] Word processor in Flash >> >>Jason, >> >>I've read carefully through your recent

RE: [Flashcoders] Word processor in Flash

2006-08-22 Thread GregoryN
Jason, I've read carefully through your recent "flash WYSIWYG editor" thread. Glad you've found an appropriate solution. Have you used styles in your text? I faced a task to build flash WYSIWYG editor for CSS-based html. But TextFormat technology allows to create only "standard" flash html (e.g

RE: [Flashcoders] Word processor in Flash

2006-08-21 Thread Merrill, Jason
I recently went through this - and am still building one now for a project. You can use the TextFormat class - works nicely for the text. However, it doesn't handle img tags - so it's very difficult to insert an IMG tag and then manually delete it later because in so doing, it screws up Flash's i