Responder Object - How to get Function name AS3

449 Views Asked by At

I'm using NetConnection object to make my PHP calls from AS3. The call() method receives a Responder Object to know which function will deal with the response from PHP. What I want to know is if it's possible to know what is the name of the Function and the class/file that this function is in (assuming that I have a reference of the Responder Object).

0

There are 0 best solutions below