RE: [flexcoders] Re: Sending POST requests to php script??Help

2009-03-02 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] Re: Sending POST requests to php script??Help I don't want to bind the object. The {...} was suggested in a previous post. I don't understand why I can't reference the object's value in the HTTPService request. Frank --- In flexcod...@yahoogro mailto:flexcoders

RE: [flexcoders] Re: Sending POST requests to php script??Help

2009-03-01 Thread Jim Hayes
/2009 12:51 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Sending POST requests to php script??Help This doe not work, as I am not trying to make the object bindable. I am simply trying to reference the object values and pass them as part of the HTTPService request. --- In flexcoders

RE: [flexcoders] Re: Sending POST requests to php script??Help

2009-03-01 Thread Tracy Spratt
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Jim Hayes Sent: Sunday, March 01, 2009 1:51 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: Sending POST requests to php script??Help Well, I believe the syntax is correct, at least! The warnings are telling you something

RE: [flexcoders] Re: Sending POST requests to php script??Help

2009-03-01 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Sending POST requests to php script??Help I CAN access the flex object at run-time. And it need not be bindable. For example: Alert.show(modelName.name.first,title=modelName.name.first Value); Correctly displays the modelName.name.first value