Would an iframe work for this? I mean is it just for display/preview not editing...
jason -----Message d'origine----- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de gtuhl Envoyé : mercredi 10 janvier 2007 21:34 À : flexcoders@yahoogroups.com Objet : [flexcoders] Html in Flex? We have an existing application that has a feature enabling a user to set content for and preview html newsletters. We are in the process of researching Flex2 and determining whether the client-side of this application (currently xul/html/js) should be converted. Is there any way to render html in Flex2? The htmlText property on Text won't cut it as it only supports a trivial subset of html. I essentially need to embed Gecko or another appropriate rendering engine so that the users can get a rough guess of what their content looks like. The same pages allow the user to quickly send test e-mails to whichever accounts they desire, but the quick-preview feature provided by the current version of the application is heavily used and cannot be cut. Ideally Flex2 has something similar to the <browser> component in xul.