Reputation: 21
I want to use an external HTML file that I can import into my Flex App at run time.
I've heard of too many issues with the iFrame option, so I want to avoid that, if possible.
Does anyone have any other good suggestions for dealing with this issue?
Upvotes: 1
Views: 80
Reputation: 999
Deng might do the trick, but sadly it seems its development has been stopped since 2006 =/
There are a lot of others libraries to do this, but they all seem to use iframes.
EDIT: You can also try this : http://code.google.com/p/htmlwrapper/ Seems interesting.
Upvotes: 1