--- In [email protected], Mathieu Fernandez <mathieu.fernan...@...> wrote: > > Hi everybody, > > My question is very easy : how can Icreate .doc file using Flex 3 ? > Is there any library ? component ? module that I can use to ? > > Thank you in advance. >
I've created an rtf library that allows you to save RTF files. If you save an RTF file as .doc, Microsoft Word will open it like a normal doc. It's still very feature limited, but it might help: http://code.google.com/p/rtflex/

