[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 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] 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
 
 
   --
 
  *From:* flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] *On
  Behalf Of *Anirudh Sasikumar
  *Sent:* Wednesday, June 04, 2008 6:36 AM
  *To:* flexcoders@yahoogroups.com
  *Subject:* Re: [flexcoders] HTTP request sending from IDE(Flex
Builder)
  ERROR
 
 
 
  Hi,
 
  FlexBuilder automatically trusts the swf file generated by it. So you
  shouldn't have any problem accessing urls with HTTPService.
 
  You can do this manually by right clicking (control-click on mac) on
  the swf, clicking on Settings, Privacy tab, click on Advanced, Global
  Security Settings, click on Edit Locations popup, Add Location and add
  the swf file so that it is trusted by flash player.
 
  Cheers,
  --
  Anirudh Sasikumar
  http://anirudhs.chaosnet.org/
 
   
 





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%40yahoogroups.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 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] 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
  
  
   --
  
   *From:* flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] *On
   Behalf Of *Anirudh Sasikumar
   *Sent:* Wednesday, June 04, 2008 6:36 AM
   *To:* flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
   *Subject:* Re: [flexcoders] HTTP request sending from IDE(Flex
 Builder)
   ERROR
  
  
  
   Hi,
  
   FlexBuilder automatically trusts the swf file generated by it. So you
   shouldn't have any problem accessing urls with HTTPService.
  
   You can do this manually by right clicking (control-click on mac) on
   the swf, clicking on Settings, Privacy tab, click on Advanced, Global
   Security Settings, click on Edit Locations popup, Add Location and add
   the swf file so that it is trusted by flash player.
  
   Cheers,
   --
   Anirudh Sasikumar
   http://anirudhs.chaosnet.org/
  
  
  
 

  



[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
 
  
 
 
 
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of Vivian Richard
 Sent: Wednesday, June 04, 2008 1:17 PM
 To: flexcoders@yahoogroups.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
 



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 any special
 flags set.

 HTH;

 Amy


 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Tracy
 Spratt [EMAIL PROTECTED] wrote:
 
  Precisely what is the error?
 
  Tracy
 
 
 
  
 
  From: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com flexcoders%40yahoogroups.com] On
  Behalf Of Vivian Richard
  Sent: Wednesday, June 04, 2008 1:17 PM
  To: flexcoders@yahoogroups.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
 

  



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

2008-06-04 Thread Sherif Abdou
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: 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 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, Tracy Spratt [EMAIL PROTECTED] wrote:

 Precisely what is the error?
 
 Tracy
 
 
 
  _ _ __
 
 From: [EMAIL PROTECTED] ups.com 
[mailto:[EMAIL PROTECTED] ups.com] On
 Behalf Of Vivian Richard
 Sent: Wednesday, June 04, 2008 1:17 PM
 To: [EMAIL PROTECTED] ups.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
 

 



  

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

2008-06-04 Thread Tracy Spratt
Viv, ARE you using a local url?

 

Post the application url and the data service url.

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 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-network= false

- Original Message 
From: Vivian Richard [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
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
mailto:[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 mailto:flexcoders%40yahoogroups.com
, Tracy Spratt [EMAIL PROTECTED] wrote:

 Precisely what is the error?
 
 Tracy
 
 
 
  _ _ __
 
 From: [EMAIL PROTECTED] ups.com
mailto:flexcoders%40yahoogroups.com  
[mailto:[EMAIL PROTECTED] ups.com
mailto:flexcoders%40yahoogroups.com ] On
 Behalf Of Vivian Richard
 Sent: Wednesday, June 04, 2008 1:17 PM
 To: [EMAIL PROTECTED] ups.com mailto: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
 

 

 

 



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

2008-06-04 Thread Vivian Richard
This is HTTPService URL:

mx:HTTPService id=copy
url=
http://localhost:8080/Main/WebSearchRss?xpage=rdfamp;space=Projectsamp;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:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *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-network= false

 - Original Message 
 From: Vivian Richard [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 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
 





  



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

2008-06-04 Thread Tracy Spratt
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: 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:

mx:HTTPService id=copy
 
url=http://localhost:8080/Main/WebSearchRss?xpage=rdfamp;space=Project
samp;text=project
http://localhost:8080/Main/WebSearchRss?xpage=rdfamp;space=Projectsam
p;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]
mailto:[EMAIL PROTECTED]  wrote:

Viv, ARE you using a local url?

 

Post the application url and the data service url.

 

Tracy

 



From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com ]
On Behalf Of Sherif Abdou
Sent: Wednesday, June 04, 2008 3:00 PM
To: flexcoders@yahoogroups.com mailto: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-network= false

- Original Message 
From: Vivian Richard [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com 
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
mailto:[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 mailto:flexcoders%40yahoogroups.com
, Tracy Spratt [EMAIL PROTECTED] wrote:

 Precisely what is the error?
 
 Tracy
 
 
 
  _ _ __
 
 From: [EMAIL PROTECTED] ups.com
mailto:flexcoders%40yahoogroups.com  
[mailto:[EMAIL PROTECTED] ups.com
mailto:flexcoders%40yahoogroups.com ] On
 Behalf Of Vivian Richard
 Sent: Wednesday, June 04, 2008 1:17 PM
 To: [EMAIL PROTECTED] ups.com mailto: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
 

 

 

 

 



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

2008-06-04 Thread Vivian Richard
   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:* 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:

 mx:HTTPService id=copy
 url=
 http://localhost:8080/Main/WebSearchRss?xpage=rdfamp;space=Projectsamp;text=projecthttp://localhost:8080/Main/WebSearchRss?xpage=rdfspace=Projectstext=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:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *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-network= false

 - Original Message 
 From: Vivian Richard [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 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
 







  



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

2008-06-04 Thread Tracy Spratt
Strange.

 

Suppose you imported the old project into a new one instead of manually
doing it?  Point to the old project and uncheck use default, and brows
to new location, it will copy the files.

 

Tracy

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL 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 folder) it started 
   giving this error. Still the original works fine.





On Wed, Jun 4, 2008 at 12:47 PM, Tracy Spratt [EMAIL PROTECTED]
mailto:[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: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com ]
On Behalf Of Vivian Richard
Sent: Wednesday, June 04, 2008 3:26 PM


To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com 
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=rdfamp;space=Project
samp;text=project
http://localhost:8080/Main/WebSearchRss?xpage=rdfspace=Projectstext=p
roject 
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]
mailto:[EMAIL PROTECTED]  wrote:

Viv, ARE you using a local url?

 

Post the application url and the data service url.

 

Tracy

 



From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com ]
On Behalf Of Sherif Abdou
Sent: Wednesday, June 04, 2008 3:00 PM
To: flexcoders@yahoogroups.com mailto: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-network= false

- Original Message 
From: Vivian Richard [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com 
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
mailto:[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 mailto:flexcoders%40yahoogroups.com
, Tracy Spratt [EMAIL PROTECTED] wrote:

 Precisely what is the error?
 
 Tracy
 
 
 
  _ _ __
 
 From: [EMAIL PROTECTED] ups.com
mailto:flexcoders%40yahoogroups.com  
[mailto:[EMAIL PROTECTED] ups.com
mailto:flexcoders%40yahoogroups.com ] On
 Behalf Of Vivian Richard
 Sent: Wednesday, June 04, 2008 1:17 PM
 To: [EMAIL PROTECTED] ups.com mailto: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