Hi Seth,

when doing a FCS --> Flash Remoting call I always use the _Result/_Fault 
notation in the applications main.asc file to use a callback like mechanism. 

This works fine with any returned data type, i.e.

// inside the FCS script
service.myRemoteMethod(someParam, anotherParam);
myRemoteMethod_Result = function(result) {
  // handle result here...
}

Dirk.

> -----Original Message-----
> From: [email protected] [mailto:[EMAIL PROTECTED]
> Behalf Of Seth Voltz
> Sent: Thursday, June 09, 2005 6:07 PM
> To: [email protected]
> Subject: [flexcoders] Flex / Flash / FlashComm, Remoting and CF
> 
> 
> Hey everyone,
> 
> A while back someone posted an article on quirks when using Remoting 
> (and the flash gateway) with Flex / Flash and FlashComm. I can't find 
> it anywhere (archive searches, google, etc.) Maybe I'm just 
> not hitting 
> the right terms.
> 
> If anyone remembers it I'd most appreciate the link.
> 
> If not, here's the problem I'm having which I think that ink 
> will solve 
> (Off Topic):
> 
> I have an FCS app which hits a CF7 server's flash gateway 
> looking for a 
> service. The services which return strings work just fine but 
> anything 
> that returns something more complex doesn't seem to work. I try 
> "return.VAR", "return.var", "return.Var", etc. but it comes back 
> undefined.
> 
> Thanks,
>       Seth
> 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to