flash on 2010-5-30
♥0 |
Line 12 |
Modified 2010-05-30 14:57:59 |
MIT License
archived:2017-03-30 02:19:45
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/kGOY
*/
<?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:Tile x="50" y="50">
<s:Button label="A"/>
<s:Button label="B" width="100"/>
<s:Button label="C"/>
<s:Button label="D"/>
<s:Button label="E" height="50"/>
</mx:Tile>
</s:Application>