Sam Thu, 30 Aug 2007 04:20:18 -0700
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"}); }