flash on 2009-9-15

by hacker_9p8x8mco
♥0 | Line 14 | Modified 2009-09-15 01:50:41 | MIT License
play

ActionScript3 source code

/**
 * Copyright hacker_9p8x8mco ( http://wonderfl.net/user/hacker_9p8x8mco )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/fqS5
 */

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Text text="aaaaaaaaaaaaa" x="80" y="350"/>
<mx:Panel x="100" y="200" paddingLeft="300">
<mx:Label text="test1"/>
<mx:Text text="test"/>
</mx:Panel>
<mx:HBox>
<mx:Label text="hbox" x="500" y="300"/>
</mx:HBox>
<mx:VBox>
<mx:Label text="VBox" y="300"/>
</mx:VBox>
</mx:Application>