Hey guys,

I'm a little confused over how to get myself from WebOrb PHP into a VO in my
Flex application. I am getting my result sent to me from my php script which
is returned as an object, and I'm trying to set this result as a value
object like so:

var testVO:TestVO = e.result as TestVO;

This isn't working, which confuses me. Do I have to run through each result
in order to type it accordingly? I thought one of the benefits of remoting
was that we didn't need to type our results?

Any help would be appreciated!
-- 
View this message in context: 
http://www.nabble.com/PHP-Remoting-and-value-objects-tp21674002p21674002.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to