Skip to content

Instantly share code, notes, and snippets.

@acotie
Created January 12, 2010 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acotie/275296 to your computer and use it in GitHub Desktop.
Save acotie/275296 to your computer and use it in GitHub Desktop.
easy event
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Button click="mx.controls.Alert.show('ボタンが押されました')" x="176.5" y="177" label="hello"/>
</mx:Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment