PDA

View Full Version : browser in mxml flex 3?


abhilashm86
11-14-2009, 02:38 PM
i saw embedding a browser in adobe AIR application, however i don't find an option in flex 3....
can i do that? how can i import windowed application or <mx:HTML> to do in flex? if i can't do it, what are other possibilities?

Barna Biro
11-14-2009, 07:29 PM
AIR has a HTML component that might be what you need ( http://livedocs.adobe.com/flex/3/langref/mx/controls/HTML.html ). The only problem with this component is that it's really primitive and basic. If you are planning on developing a Browser using AIR then you can try, but sooner or later you'll run into problems that you won't really be able to solve because of AIR limitations... In case you only need basic functionality, then the HTML component should be ok.