--- In [email protected], "daniel_croona" <[EMAIL PROTECTED]> wrote:
> There must be someone at Adobe who has thought of the Idea that someone > would liie Valid HTML as the result from this component, just how have > they managed to hide this feature for me? ;-) This has been an issue of discussions for a long time. Here's my workaround: I usually save the ugly Flash/Flex-generated HTML code as it is (either as a file or in a database). Once I need a "clean" version of the HTML code I run it through a PHP function that strips off all the FONT, TEXTFORMAT, etc. crap. The result is a piece of HTML code that only contains simple <a>, <p>, <b>, etc. tags. Then I use a stylesheet to display the text the way I want (either in Flash or on a HTML page). - Does this help? Stefan -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

