RE: [flexcoders] Re: Remote Objects & AIR

2008-01-18 Thread Dale Fraser
Im not sure what I was doing wrong. But couldn't get it to work at work, but it worked first time at home. Interesting. Regards Dale Fraser From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lwz7512 Sent: Friday, 18 January 2008 4:30 PM To: flexcoders@yahoogroups.c

RE: [flexcoders] Re: Remote Objects & AIR

2008-01-17 Thread Dale Fraser
I have tried that and it fails. I am using Mappings though, I might try again by setting up a Chanel. Regards Dale Fraser http://learncf.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lwz7512 Sent: Friday, 18 January 2008 4:30 PM To: flexcoders@yahoogro

Re: [flexcoders] Re: Remote Objects & AIR

2008-01-17 Thread Johannes Nel
in your service config On Jan 17, 2008 10:05 PM, Dale Fraser <[EMAIL PROTECTED]> wrote: >I have read that it is possible but can't find any examples. > > > > Where do you tell AIR or your project that the Remote Objects are on > Server X. > > > > Regards > > Dale Fraser > > > > http://learncf

Re: [flexcoders] Re: Remote Objects & AIR

2008-01-17 Thread Jeffry Houser
You'll probably also want to compile your AIR app against a custom remote-config file that contains a hard coded URL to the Flex2gateway on your ColdFusion server. And I suspect you'll need a crossdomain.xml file in the server's root directory. This came up on this list a while ago; I m

RE: [flexcoders] Re: Remote Objects & AIR

2008-01-17 Thread Dale Fraser
I have read that it is possible but can't find any examples. Where do you tell AIR or your project that the Remote Objects are on Server X. Regards Dale Fraser http://learncf.com From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of lwz7512 Sent: Friday, 18 Januar

Re: [flexcoders] Re: Remote Objects & AIR

2008-01-17 Thread Bjorn Schultheiss
Add a layer or abstraction between your service calls so you can switch between remote or local services, and then perform that switch based on the app.connected event. regards, Bjorn On 18/01/2008, at 1:50 PM, lwz7512 wrote: can anyone answer this question? I am also thinking about thi