how to write responder when fms call to client ?
hi guys
i stuck in a problem .. i want to write responder in fms 3.5 here is my code but is not working
clientCount = function(AppClient)
{
AppClient.call("fmsping",myResponderSuccess); // fmsping is the function at client side which returns true boolean variable
};
function myResponderSuccess(result:Boolean):void {
trace("FMS Call Successed : " + result);
}
Thanks and regards
Mohit
