flash on 2009-9-13

by hacker_9p8x8mco
♥0 | Line 15 | Modified 2009-09-13 15:29:28 | 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/i9xg
 */

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:HBox width="100%" height="100%">
	<mx:Panel width="50%" height="100%" title="LeftPanel"/>
	<mx:VBox width="50%" height="100%">
		<mx:Panel width="100%" height="33%" title="TopPanel"/>
		<mx:HBox width="100%" height="34%">
			<mx:Panel width="33%" height="100%" title="title1"/>
			<mx:Panel width="33%" height="100%" title="title2"/>
			<mx:Panel width="33%" height="100%" title="title3"/>
		</mx:HBox>
		<mx:Panel width="100%" height="33%" title="bottom"/>
	</mx:VBox>
</mx:HBox>
</mx:Application>