the ev
09-14-2007, 11:44 PM
(I know this is a question better directed towards the Remoting sub-forum, but this is such a simple thing (I think) and this forum seems to get more traffic...)
Long story short, I'm using Fluoride to do my remoting and it works. Well, the NetDebugger gives me the correct response from my DLL. But if I try to use the ResultEvent of my PendingCall, it is always undefined (string, int, double, whatever). Why does NetDebugger give me what I want (so, if it was a string, I'd get the right string in the NetDebugger window...like "Hello World!" from my DLL, or whatever) while if I try to use that result in AS2 I get "undefined" (if I simply trace(re.result); where re:ResultEvent)????
Long story short, I'm using Fluoride to do my remoting and it works. Well, the NetDebugger gives me the correct response from my DLL. But if I try to use the ResultEvent of my PendingCall, it is always undefined (string, int, double, whatever). Why does NetDebugger give me what I want (so, if it was a string, I'd get the right string in the NetDebugger window...like "Hello World!" from my DLL, or whatever) while if I try to use that result in AS2 I get "undefined" (if I simply trace(re.result); where re:ResultEvent)????