Re: [flexcoders] more httpservice / ruby form post fun

2007-08-30 Thread Tom Chiverton
On Thursday 30 Aug 2007, [EMAIL PROTECTED] wrote: When I click on the button; I don't know what the hell null object it's referring to If you used a debug player and compiled the SWF with debug on (--debug=true), you'd get a line number to work with. -- Tom Chiverton Helping to

Re: [flexcoders] more httpservice / ruby form post fun

2007-08-30 Thread shaun
grimmwerks wrote: mx:HTTPService id=temp url=http://localhost:3000/signup/ Hint: Dont call your variable temp! cheers, shaun -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] more httpservice / ruby form post fun

2007-08-29 Thread grimmwerks
Trying to simplify this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:HTTPService id=temp url=http://localhost:3000/signup/ register result=resBack(event) resultFormat=e4x method=POST / mx:TextArea id=txt width=771

RE: [flexcoders] more httpservice / ruby form post fun

2007-08-29 Thread Tracy Spratt
[mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Wednesday, August 29, 2007 8:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] more httpservice / ruby form post fun Trying to simplify this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006

Re: [flexcoders] more httpservice / ruby form post fun

2007-08-29 Thread grimmwerks
(event.result); Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Wednesday, August 29, 2007 8:12 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] more httpservice / ruby form post fun Trying to simplify this: ?xml version=1.0 encoding=utf-8