I have a application where i need to display HTML text in flex screen (using TextArea). The problem is HTML text contains <TABLE> tag which is not supported in Flex htmlText property. So all the information under <TABLE> tag is being displayed in single row. Is there any component which understands <TABLE> tag and display in a tablur format. Please provide me if you know any soluntion. please email me on prashanta.m@tcs.com
Use IFrames for Flex.
An IFrame is an entity which has the ability to load any external HTML in Flex. You can either go for giving a direct URL as to the source of the IFrame or you could also give a HTML text which understands things like Table and all.
You can get IFrames for Flex from http://code.google.com/p/flex-iframe/\
All the best.
Do feel free to ask questions .
+