I don't see why this should be very hard. I'm not saying it would be quick, but since flash/flex has a known specification and html has a known specification, the transformation between the two should be fairly obvious. Put another way, if you can save and excel file as HTML, there's no reason to believe that flash is special enough that it can't be transformed to generate html.
I should be done with an application in about a month that does what you're looking for and more. It wouldn't be that hard to change our proprietary XML output to HTML (it is something we're planing but not a high priority right now). If anyone's interested in it and want to know more you can contact me off list. - Dan On 12/28/06, Ryan <[EMAIL PROTECTED]> wrote:
I'm looking for something very similiar as well. I'm hoping to get table support as well. Nothing yet from the looks of it. With any luck if someone finds such a component they will post it on this thread. Ryan --- In [email protected] <flexcoders%40yahoogroups.com>, "daniel_croona" <[EMAIL PROTECTED]> wrote: > > Hi! I have google all day to find a Wysiwyg Text/Html editor for Flex > 2. > > All I could come up with was flashtexteditor at > www.flashtexteditor.com. Does anyone have any experience of that > component, is i tany good? > > We are about to start a flex project with a feature for creating html > based e-mail content, and we hope to find a component that could meet > the following requirements. > > Stuff we need: > ========================= > * The Editor should produce valid HTML / XHTML content > * Possibility to add properties to selected pieces of content (a > paragraph, an image) to enable possibilities to save the result with > Template Conditions (for a PHP-based Template system) so that these > pieces will only be displayed to specific recipients. > * Possibility to let the users insert links in a customized > format, to link to different parts of our applications > * Support for image/file uploads > * Support for direct integration in Adobe Flex 2 > > > Stuff we would like: > ========================= > * Possibility to upload images directly by drag and drop from > other applications > > > Anyone in this group that has any suggestions? >

