Konstantin's BLog
Function Viewer
home top contents previous up next

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" 
    layout="absolute"
    backgroundGradientColors="[0x333333, 0x000000]"
    creationComplete = "initApp()" >
    <!-- spare blocks: horizontalAlign="right" verticalGap="10" horizontalGap="35" -->
    <mx:Script>
    	<![CDATA[
    		import mx.core.UIComponent;
    		private var uia:UserInterAction;
    		public function initApp():void
    		{
    	      //good sample uinWelcome.text = "Welcome to Function Viewer.";
    	      uia = new UserInterAction(); 
    	      addChild(uia);
    		}
    	]]>
    </mx:Script>
    <!-- good sample mx:TextArea id="uinWelcome" width="800" fontSize="15" color="#FFFFFF" backgroundColor="#AAAAAA" editable="false" / -->
    <!-- good sample mx:TextArea id="uinStatus"  width="800" fontSize="10" color="#FFFFFF" backgroundColor="#AAAAAA" editable="false" / -->
    	
	
</mx:Application>


Copyright (C) 2008 Landkey Computers