<?xml version="1.0" encoding="utf-8"?>
<!--http://hi.baidu.com/runthu/blog/item/d685d65c32310547fbf2c0d9.html-->
<mx:Application backgroundGradientColors="[#67cbff, #fcffff]"
color="#000000" paddingTop="0" paddingLeft="0" paddingRight="0"
xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Label id="showLabel" x="361" y="340" text="hello the world" />
</mx:Application>