Displaying a simple javascript enabled webpage in a Flex application?
I am working on a Flex application that needs to display third party ads that are presented as HTML documents containing javascript. Are there any components that can render such things? It seems we need a mini-browser that runs inside Flex.
Thanks a lot, Alex
0
user15899
source
to share
1 answer
In short, yes. Unfortunately Flex by itself doesn't do a particularly good job of rendering HTML, but there are some ways to get around this. The post about Alex Flex Closet describes some options nicely:
http://blogs.adobe.com/aharui/2008/01/html_and_flex_1.html
One component may be of interest, aptly named HTMLComponent:
http://drumbeatinsight.com/
+1
Anne porosoff
source
to share