I'm trying to add a web browser control in Adobe Flash Builder 4.6 to a mobile application.
So far, all I can find on google is to add xmlns:mx="library://ns.adobe.com/flex/mx" to my view and use <mx:HTML> but I'm only getting graph objects.
Anyone know if a browser control is available and where to find it?
This is my view declaration:
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" title="myView">