That looks like it might do what I need.  Thanks for that!

--- In flexcoders@yahoogroups.com, "Blake Barrett" <[EMAIL PROTECTED]> wrote:
>
> Flex can display HTML in a very limited way via the .HTMLtext 
property
> of TextAreas, but the closest thing to replicating what you are 
looking
> for is creating an iFrame outside of flex, but controlling it 
through
> JavaScript from Flex. Maybe this link can help:
> http://www.themidnightcoders.com/blog/2006/12/mixing-html-and-flex-
using
> -iframe.html
> Do a google search for "Flex iFrame" and it should point you to some
> helpful sites.
>  
>  
> Blake
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of Dominic Pazula
> Sent: Friday, April 04, 2008 12:07 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex and HTML
> 
> 
> 
> 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