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?
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?
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.