flash on 2010-5-30
♥0 |
Line 16 |
Modified 2010-05-30 17:05:32 |
MIT License
archived:2017-03-30 02:19:41
ActionScript3 source code
/**
* Copyright kihon ( http://wonderfl.net/user/kihon )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/xkBa
*/
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx">
<mx:Grid x="30" y="30">
<mx:GridRow>
<mx:GridItem><s:Button label="A"/></mx:GridItem>
<mx:GridItem><s:Button label="B"/></mx:GridItem>
</mx:GridRow>
<mx:GridRow>
<mx:GridItem colSpan="2" horizontalAlign="center">
<s:Button label="C" />
</mx:GridItem>
</mx:GridRow>
</mx:Grid>
</s:Application>