<mx:HTML> only for desktop, StageWebView only for mobile?
It is my understanding that mx:HTL for embedding HTML webpage response inside an application view is only for Air Destop.
It is my understanding that StageWebView loading a url+response into a web view (*not* launching an externam default browser window) only works for mobile.
QUESTION: How do i create an Air/Flex application that has an embedded webpage response inside my application view and have it run on mobile and desktop? WebPage display is a CRITICAL function for applications (both mobile and desktop), so how do i develope a cross-planform application (Windows desktop, mobile android+iPhone+blackberry) ?