I am able to successfully send data to Remoting, but when I return data from
the application side, it is as if the response to Flash never arrives.
My simple function on the root timeline:
function myCommand_Result(result:Object) {
}
never gets passed the result object.
Are there any recommendations as to what may be going on here?
I have installed the Flash 8 Remoting Components I am using Mac OS 10.3.9 and
my backend remoting is the AMF::Perl module, which has always worked great.
STHG - 06 Oct 2005 23:41 GMT
Can you show me your code on the Flash side?