1、新建Flex工程
点击Finish完成,并显示如下:
在<mx:Application></mx:Application>标签中输入如下内容
<mx:Panel paddingTop="15" paddingBottom="15" paddingLeft="15" paddingRight="15" title="Test Application"> <mx:Label text="Hello world" fontWeight="bold" fontSize="20"/> </mx:Panel>
选中helloworld.mxml右键,run as-->flex application运行。