Display data from CF call
I am newbie to TLF, just looked through examples provided with build.
I need to diplay an HTML data returned from call to ColdFusion cfc. What are steps which i need to do to show html paragraphs returned in a proper way? Do i need to format them to something like:
<flow:TextFlow xmlns:flow="http://ns.adobe.com/textLayout/2008" fontSize="14" textIndent="15" marginBottom="15" paddingTop="4" paddingLeft="4">
<flow:p/>
</flow:TextFlow>
and then return it to Flex 3.2 SDK?
Thanks,
Mika
