RE: [flexcoders] Re: setUsernamePassword on RemoteObject

2005-11-14 Thread Brian Lesser
PROTECTED] On Behalf Of Andrew Spaulding Sent: Tuesday, July 05, 2005 3:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: setUsernamePassword on RemoteObject Thanks Vinny, Im assuming theres no workaround for this? Im probably just gonna pass the username and password as variables

RE: [flexcoders] Re: setUsernamePassword on RemoteObject

2005-11-14 Thread Ian Welsh
PROTECTED] On Behalf Of Brian Lesser Sent: 14 November 2005 15:44 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: setUsernamePassword on RemoteObject Picking up on an old thread from back in July, where calling addHeader on a NetConnection object got authentication working

Re: [flexcoders] Re: setUsernamePassword on RemoteObject

2005-11-14 Thread Brian Lesser
Of Brian Lesser Sent: 14 November 2005 15:44 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: setUsernamePassword on RemoteObject Picking up on an old thread from back in July, where calling addHeader on a NetConnection object got authentication working with Coldfusion when I try

RE: [flexcoders] Re: setUsernamePassword on RemoteObject

2005-11-14 Thread Ian Welsh
] On Behalf Of Brian Lesser Sent: 14 November 2005 17:44 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: setUsernamePassword on RemoteObject Thanks Ian, I'm trying to make remoting calls without the adapter and other classes. I think I should be able to do this with NetConnection alone

[flexcoders] Re: setUsernamePassword on RemoteObject

2005-11-14 Thread m_chotin
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian Lesser Sent: 14 November 2005 15:44 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: setUsernamePassword on RemoteObject Picking up on an old thread from back in July, where calling addHeader on a NetConnection object got

Re: [flexcoders] Re: setUsernamePassword on RemoteObject

2005-11-14 Thread Brian Lesser
[mailto:[EMAIL PROTECTED] On Behalf Of Brian Lesser Sent: 14 November 2005 17:44 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: setUsernamePassword on RemoteObject Thanks Ian, I'm trying to make remoting calls without the adapter and other classes. I think I should be able

[flexcoders] Re: setUsernamePassword on RemoteObject

2005-07-05 Thread Andrew Spaulding
Thanks Vinny, Im assuming theres no workaround for this? Im probably just gonna pass the username and password as variables with each call then. Im using the cairngorm framework and I have a delegate super class so I can hide it all in there ;) cheers, Andrew Spaulding www.flexdaddy.info ---

RE: [flexcoders] Re: setUsernamePassword on RemoteObject

2005-07-05 Thread Vinny Timmermans
: dinsdag 5 juli 2005 09:16 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: setUsernamePassword on RemoteObject Thanks Vinny, Im assuming theres no workaround for this? Im probably just gonna pass the username and password as variables with each call then. Im using the cairngorm framework

RE: [flexcoders] Re: setUsernamePassword on RemoteObject

2005-07-05 Thread Dirk Eismann
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Vinny Timmermans Sent: Tuesday, July 05, 2005 2:44 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: setUsernamePassword on RemoteObject Im assuming theres no workaround for this? No. I've brought

RE: [flexcoders] Re: setUsernamePassword on RemoteObject

2005-07-05 Thread Vinny Timmermans
Now the bug fix won't get priority anymore ;-) Vinny -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann Sent: dinsdag 5 juli 2005 14:57 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: setUsernamePassword on RemoteObject

RE: [flexcoders] Re: setUsernamePassword on RemoteObject

2005-07-05 Thread Peter Farland
: [flexcoders] Re: setUsernamePassword on RemoteObject Thanks Vinny, Im assuming theres no workaround for this? Im probably just gonna pass the username and password as variables with each call then. Im using the cairngorm framework and I have a delegate super class so I can hide it all

[flexcoders] Re: setUsernamePassword on RemoteObject

2005-07-05 Thread Andrew Spaulding
PROTECTED] On Behalf Of Andrew Spaulding Sent: Tuesday, July 05, 2005 3:16 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: setUsernamePassword on RemoteObject Thanks Vinny, Im assuming theres no workaround for this? Im probably just gonna pass the username and password