It should be possible to cross compile something like the Google chrome source code into action script byte code using the flacc compiler.
There is a flavor of desktop Air apps that use HTML and a built in version of WebKit. It would be nice to make this a separate compiled swc using that cross compiler so that an instance of a browser could be created and run within the runtime itself. I was able to do some fun stuff with HTML based air apps where javascript is basically running in action script so you can access any flash library via JavaScript and vise versa. If this was possible it would be great too because you could basically spawn off instances of browsers and manipulate them within the runtime however you'd like. I can't stand being trapped in the web browser with these sucky JavaScript libraries and all of this pitiful DOM markup making development slow and mind numbing. David -----Original Message----- From: agm65 <[email protected]> To: [email protected] Sent: Mon, 26 May 2014 1:48 PM Subject: Re: How to display HTML Content in Flex? Hello Andrew, tanks for the answer i hope i'll help me. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/How-to-display-HTML-Content-in-Flex-tp6632p6636.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
