Yes correct. This exact application works fine but when I copied it to another project()the source folder) it started giving this error. Still the original works fine.
On Wed, Jun 4, 2008 at 12:47 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote: > Ok, that is not a local (filesystem) url so the use-network default > should be fine. It really should not be an issue under FB anyway. > > > > You are running the app from within FB, by clicking the "Run" button > correct? And **not** doubleclicking on the app.html file in the Windows > Explorer, correct? > > > > Tracy > > > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Vivian Richard > *Sent:* Wednesday, June 04, 2008 3:26 PM > > *To:* [email protected] > *Subject:* Re: [flexcoders] Re: HTTP request sending from IDE(Flex > Builder) ERROR > > > > > This is HTTPService URL: > > <mx:HTTPService id="copy" > url=" > http://localhost:8080/Main/WebSearchRss?xpage=rdf&space=Projects&text=project<http://localhost:8080/Main/WebSearchRss?xpage=rdf&space=Projects&text=project> > " > resultFormat="e4x" showBusyCursor="true"/> > > Since I did not deploy the application, I do not have an application URL. > I am sending and handling the result using Cairngorm. > > On Wed, Jun 4, 2008 at 11:32 AM, Tracy Spratt <[EMAIL PROTECTED]> > wrote: > > Viv, ARE you using a local url? > > > > Post the application url and the data service url. > > > > Tracy > > > ------------------------------ > > *From:* [email protected] [mailto:[EMAIL PROTECTED] *On > Behalf Of *Sherif Abdou > *Sent:* Wednesday, June 04, 2008 3:00 PM > *To:* [email protected] > > > *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-network= false > > ----- Original Message ---- > From: Vivian Richard <[EMAIL PROTECTED]> > To: [email protected] > Sent: Wednesday, June 4, 2008 1:22:03 PM > Subject: Re: [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<[EMAIL > PROTECTED]>> > wrote: > > 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 [EMAIL PROTECTED] ups.com <flexcoders%40yahoogroups.com>, "Tracy > Spratt" <[EMAIL PROTECTED]> wrote: > > > > Precisely what is the error? > > > > Tracy > > > > > > > > ____________ _________ _________ __ > > > > From: [EMAIL PROTECTED] ups.com <flexcoders%40yahoogroups.com> > [mailto:[EMAIL PROTECTED] ups.com <flexcoders%40yahoogroups.com>] On > > Behalf Of Vivian Richard > > Sent: Wednesday, June 04, 2008 1:17 PM > > To: [EMAIL PROTECTED] ups.com <flexcoders%40yahoogroups.com> > > Subject: Re: [flexcoders] HTTP request sending from IDE(Flex > Builder) > > ERROR > > > > > > > > > > > > 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 new project (with > > exactly > > the same code) - this error is occurring but the old project > works > > fine. > > That is why I was thinking may be the way the old project was > set up, > > it does not have any problem reading from old destination. I > remember > > I had this kind of problem before but it was gone after few > times the > > error > > occurred but this time it is not going away!!! Oh by the way the > very > > first time I ran the new project it did work though but then I > > cleaned the > > whole project - that is when it started to show the error > message. > > > > Regards.... > > > > > > > > > > > On Wed, Jun 4, 2008 at 8:42 AM, Tracy Spratt <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > wrote: > > > > Yes, you should not have to do anything special for this to work > under > > FB. Are you saying you have tried and are having problems? > > > > Tracy > > > > > > > > > > >

