flash on 2009-6-22

by hacker_9p8x8mco
♥0 | Line 15 | Modified 2009-06-22 21:42:31 | 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/mraA
 */

<?xml version="1.0" encoding="UTF-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="465" height="465">
<mx:Script>
    <![CDATA[
        import mx.controls.Alert;
        public function showAlert():void{
            mx.controls.Alert.show("Hello");
        }
    ]]>
</mx:Script>
<mx:Button x="129" y="356" label="ボタン" click="showAlert()"/>
<mx:DateChooser/>
<mx:Label text="ラベル" x="355" y="230"/>
</mx:Application>