I'm not sure, but I think your missing a reference to the event:

<mx:Button click="sendIt(event)" label="Click" x="335" y="259"/>

public function sendIt(e:Event):void{
  temp.send({first_name: "first name"});
 }

Reply via email to