Related (simpler) Question: Is there a way of making remoting calls in
AS2 that doesn't involve the relayResponder?

And an unrelated question: What are the popular flash dev newgroups
aside from fugli?

ta G

On 5/24/05, grant <[EMAIL PROTECTED]> wrote:
> hi
> 
> normally i call remoting like this:
> 
> categoryLinks = linkCFC.getCategoryLinks({categoryID:catID});
> categoryLinks.responder = new RelayResponder(this,
> "categoryLinks_return", "service_fail");
> 
> where the 'categoryLinks_return' and 'service_fail' are the result
> handlers for the service call, and 'linkCFC' is a predefined service.
> 
> i'm developing some classes and have the need to return the result
> from a call directly, such as:
> 
> return linkCFC.getCategoryLinks({categoryID:catID});
> 
> which would ideally be in a 'getter' function on the class file. is
> there a simpe way of doing this? what is the correct way to make
> remoting calls and retaining encapsulation?
> 
> or have i gone down the wrong path? (again)
> 
> Thanks
> G
> 
> ---
> You are currently subscribed to fugli as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>

---
You are currently subscribed to fugli as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to