PDA

View Full Version : [AS3] Question with Flash Remoting and the result object


mwiley63
08-09-2007, 04:50 PM
Hello,

Every where I have looked for flash remoting tutorials and tips is using amfphp and not CFCs. I have everything set up correctly, I just cannot figure out how to get anything out of the result object.

I found an article that was saying I could get the number of columns by doing:
rs.serverInfo.columnCount;

However it produces this error:

TypeError: Error #1010: A term is undefined and has no properties.
at CustomClasses.roster::roster/::onResult()

I tried to access a couple other properties I found in some articles and I get the same error, can anyone tell me why this is happening?

mwiley63
08-09-2007, 06:48 PM
I figured out my problem.

its serverinfo not serverInfo, all the tutorials I found had it spelled as serverInfo