<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" applicationComplete="applicationComplete(event)" viewSourceURL="srcview/index.html"> <mx:Script source="applicationComplete.as"/> <mx:TextArea x="10" y="42" height="437" width="444" id="outputTf"/> <mx:Button x="178" y="10" label="Send" id="sendBtn"/> <mx:TextInput x="10" y="10" id="messageTf" text="test"/> </mx:Application>