<?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="107" height="385" width="260" id="messagesTf" editable="false"/> <mx:TextArea x="10" y="563" height="213" width="635" id="outputTf" editable="false"/> <mx:Button x="216" y="80" label="Send" id="sendBtn"/> <mx:Button x="204" y="30" label="Update" id="usernameBtn"/> <mx:TextInput x="10" y="80" id="inputTf" text="test" width="198"/> <mx:TextInput x="10" y="30" id="usernameTf" width="186"/> <mx:Label x="10" y="60" text="Messages"/> <mx:Label x="10" y="10" text="Username"/> <mx:TextArea x="280" y="82" height="410" width="130" id="usersTf" editable="false"/> <mx:Label x="280" y="60" text="Users"/> <mx:Label x="10" y="537" text="Server Feedback"/> <mx:Button x="10" y="497" label="Clear History" id="clearHistoryBtn"/> </mx:Application>