[flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread valdhor
Have you checked the compiler settings for each project? Are they different? --- In flexcoders@yahoogroups.com, Vivian Richard [EMAIL PROTECTED] wrote: Thanks Tracy and all. Actually it worked for me all the time. But now as I copied one of my project's source code and created a

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
In project properties' Flex compiler section all the parameters are as same for the both projects. On Wed, Jun 4, 2008 at 9:28 AM, valdhor [EMAIL PROTECTED] wrote: Have you checked the compiler settings for each project? Are they different? --- In flexcoders@yahoogroups.com

[flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Amy
Doesn't HTTPRequest need the compile flag use-network=false set to run locally? URLRequest will work both ways without any special flags set. HTH; Amy --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Precisely what is the error? Tracy

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
Amy where do I set this? In project property -- Flex compiler window I do not see this. Thanks.. Viv On Wed, Jun 4, 2008 at 10:17 AM, Amy [EMAIL PROTECTED] wrote: Doesn't HTTPRequest need the compile flag use-network=false set to run locally? URLRequest will work both ways without

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Sherif Abdou
: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR Amy where do I set this? In project property -- Flex compiler window I do not see this. Thanks.. Viv On Wed, Jun 4, 2008 at 10:17 AM, Amy amyblankenship@ bellsouth. net wrote: Doesn't HTTPRequest need the compile flag use

RE: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Tracy Spratt
: Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR Flex Compiler under Additional compiler Argument do (include the - sign that is before use) -use-network= false - Original Message From: Vivian Richard [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
] *On Behalf Of *Sherif Abdou *Sent:* Wednesday, June 04, 2008 3:00 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR Flex Compiler under Additional compiler Argument do (include the - sign that is before use) -use

RE: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Tracy Spratt
? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Vivian Richard Sent: Wednesday, June 04, 2008 3:26 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Vivian Richard
-- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Vivian Richard *Sent:* Wednesday, June 04, 2008 3:26 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR This is HTTPService URL

RE: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Tracy Spratt
PROTECTED] On Behalf Of Vivian Richard Sent: Wednesday, June 04, 2008 4:53 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: HTTP request sending from IDE(Flex Builder) ERROR Yes correct. This exact application works fine but when I copied it to another project()the source