flash on 2009-8-30

by hacker_9p8x8mco
♥0 | Line 22 | Modified 2009-08-30 09:53:02 | 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/iixr
 */

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundColor="#000000">

	<mx:ApplicationControlBar backgroundColor="#ffffff">

		<mx:Image source="http://www.neologismer.com/img/test.gif"/>
		<mx:Spacer height="100%" width="100%"/>

		<mx:HBox styleName="companyMenu" alpha="0.4">
			<mx:Button styleName="headerButton" label="スタッフ" click=""/>
			<mx:Button styleName="headerButton" label="リクルート" click=""/>
		</mx:HBox>

	</mx:ApplicationControlBar>

	<mx:ApplicationControlBar height="30" width="200">

	</mx:ApplicationControlBar>

	<mx:Script>
		<![CDATA[
			import mx.managers.PopUpManager;
			import mx.managers.ISystemManager;
			import mx.events.FlexEvent;
			import mx.events.EffectEvent;
			import mx.events.ItemClickEvent;


		]]>
	</mx:Script>

</mx:Application>