PostgreSQL,MySQLを使って PHPやJSPを経由してインターフェイス部分をFlash で行なっていくブログです。
this.addChild(myButton); myButton.addEventListener(MouseEvent.CLICK, clickFunc); function clickFunc(event:MouseEvent):void { trace("CLICK!",event.target.name); }