Bonjour
je cherche comment faire un petit browser dans une application web flex(j'utilise blazeds).
Je m'explique:
je veux faire une application flex dont laquelle j'ai un Textinput dont j'écris l'adresse url(par exemple www.google.com) et un TextArea qui m'affiche le contenu HTML
voici mon code
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Button x="302" y="67" label="Navigate"/>
<mx:TextArea id="Browser" x="30" y="121" width="268" height="207"/>
<mx:Text x="21" y="69" text="URL" width="36"/>
<mx:TextInput x="105" y="65"/>

</mx:Application>
Est ce que c'est possible a le faire?