That shouldn't work in a mobile project. Check this out . it may be of help http://www.judahfrangipane.com/blog/2011/01/16/stagewebview-uicomponent/
adobe have his own StageWebView component. But is kinda a pain. regards -----Original Message----- From: Matthew Weir [mailto:[email protected]] Sent: Monday, September 9, 2013 8:38 AM To: [email protected] Subject: Re: Displaying HTML content in AIR I'm not entirely sure what you're meaning by complex... but this was working in 4.6 <mx:HTML width="100%" height="100%" location="http://flex.apache.org/"/> ________________________________ From: Mathieu St-Gelais <[email protected]> To: [email protected] Sent: Monday, September 9, 2013 10:32 AM Subject: Displaying HTML content in AIR Hello people I have searched through the newsgroup, and wasn't able to find any answer to my question: how can I show "complex" HTML content in a mobile AIR application (deployed on iOS and Android)? I have found this discussion, but that's about it : http://mail-archives.apache.org/mod_mbox/flex-users/201303.mbox/%3C514CA39AF [email protected]%3E My client wants to be able to show ads in his application, and these ads will most likely be HTML/CSS. Thanks for your time and help. Mat
