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

2008-06-04 Thread Vivian Richard
The error is :

 HTTP FAILED Destination: DefaultHTTP Security error accessing url



On Wed, Jun 4, 2008 at 9:57 AM, 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]>
> 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] HTTP request sending from IDE(Flex Builder) ERROR

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

 



From: flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com>
[mailto:flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> ]
On Behalf Of Anirudh Sasikumar
Sent: Wednesday, June 04, 2008 6:36 AM
To: flexcoders@yahoogroups.com <mailto: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/ <http://anirudhs.chaosnet.org/> 

 

 



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

2008-06-04 Thread Vivian Richard
   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] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread Tracy Spratt
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/ <http://anirudhs.chaosnet.org/> 

 



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

2008-06-04 Thread spradeep palabhathina
Hi
 
can any one tell how to implement flex with java in eclipse,am able to run 
applications through .mxml files,Please help in this
 
thanks
pradeep

--- On Wed, 4/6/08, Anirudh Sasikumar <[EMAIL PROTECTED]> wrote:

From: Anirudh Sasikumar <[EMAIL PROTECTED]>
Subject: Re: [flexcoders] HTTP request sending from IDE(Flex Builder) ERROR
To: flexcoders@yahoogroups.com
Date: Wednesday, 4 June, 2008, 4:06 PM






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/
 













Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download 
Now! http://messenger.yahoo.com/download.php

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

2008-06-04 Thread Anirudh Sasikumar
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] HTTP request sending from IDE(Flex Builder) ERROR

2008-06-04 Thread hworke


  Hello,

  I understand that when a HTTPService request is made to
  a machine which in not the local machine then I will need
  to setup the crossdomain policy. But when I am running
  the application on flex builder it should not have any
  problem to get the data from other server. But my
  application is giving error message. How do I setup the
  project so that I do not get the error message and my
  HTTPservice requests go through.

  Regards,

  Viv