I have a server process that sometimes returns HTML to my Flex app.  I 
would like to display this HTML.  I don't think I can actually do it 
inside of Flex.  Is there a way that I can take the HTML text and have 
their browser display it?

I realize I could create a server-side repeater that I could send the 
text to and it would echo it back.  I could use HTTPRequest to open a 
new window for the results.  I would prefer NOT to make this HTML make 
3 trips (Server -> Flex, Flex -> Server, Server -> Web Browser).

Thanks
Dominic

Reply via email to