I used TextConverter to convert a TextFlow in Flex to String to store it in my Database. How to convert that string back to TextFlow in order to display in Rich Text format
+1
A:
yourRichTextArea.textFlow = TextFlowUtil.importFromString(yourStoredDataBaseString)
PeZ
2010-05-16 13:29:30