Hi,

Am I right in thinking the [RemoteClass] meta tag is used for mapping
ActionScript Objects to Server-Side Objects AND vice versa?

I've been reading the Adobe docs and I can't figure out at what point the
RemoteClass meta tag kicks in to aid conversion.

Does anyone have a super simplified explanation of the process?

For the record: I'm using WebOrb for .Net on a project - Existing services
are working and we're generally calling a service using parameters but in
the Responder's result() method our code is just casting var myObject :
MyClass = evt.result.myObject as MyClass;


Because it's using casting I can't see where the [RemoteClass] is actually
of any use?


Thanks,
Nick

Reply via email to