mxml helloworld yarhalla1 forked:4favorite:1lines:14license : MIT License modified : 2012-04-27 23:56:17 Embed Tweet <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:Button id="myButton" label="Hello World!" click="onClick();"/> <mx:Label text="Hello, World!" /> <mx:Script> <![CDATA[ import mx.controls.Alert; private function onClick():void { Alert.show("HelloWorld!!"); } ]]> </mx:Script> </mx:Application> Code Fullscreen Preview Fullscreen aobyrne sort new page view favorite forked pv65 Borderの計算確認 yarhalla1 forked:0 favorite:0lines:20 (diff:13) pv74 MXMLのBoxを入れ替える yarhalla1 forked:0 favorite:0lines:33 (diff:19) pv73 forked from: mxml helloworld yarhalla1 forked:0 favorite:0lines:24 (diff:16) pv92 mxml Layout Study #001 yarhalla1 forked:0 favorite:0lines:16 (diff:21)