RE: [flexcoders] Problem with post

2007-05-16 Thread Petro Bochan
Hi, Try not to use the HTTPService with the URLVariables class. The latter is best used with the URLLoader class. I had fairly good experience with that. That might be the reason why the first variable is not being sent properly. Cheers, Petro From:

RE: [flexcoders] Problem with post

2007-05-15 Thread Tracy Spratt
I have never typed the request object as URLVariables, always as a plain Object. Try that to see if it has any effect. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Villasana Sent: Tuesday, May 15, 2007 1:14 PM To:

RE: [flexcoders] Problem with post

2007-05-15 Thread Seth Hodgson
Spratt Sent: Tuesday, May 15, 2007 11:02 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Problem with post I have never typed the request object as URLVariables, always as a plain Object.  Try that to see if it has any effect. Tracy   From