I'm trying to convert a ProxyObject into a TextFlow so I can output in a RichText. I'm recieving the ProxyObject trough a http-request.
<s:HTTPService id="httpStoryDetail" url="{urlDetails}"/>
The service gots to a php-script with the output as follows:
<user>username</user>
<story><p>Here some text which has <b>html</b> tags.<p><story>
I'm trying to fetch the story so I can bind it to a RichText but that needs a TextFlow. How do I do that? Or is there a better option for doing that?
Thanks