yes.
HOW depends a little on where you are going with it (Java or PHP
or ??) but you use the [RemoteClass (alias=''some.server.class")] to
map your AS VO to your server VO. With PHP, you will need to use the
$_explicitType variable in your PHP classes.
- Kevin
On May 3, 2007, at 4:40 PM, Austin Kottke wrote:
Hi - is it possible to send an array of VOs over an AMF3 gateway to a
server and have
the server correctly parse this?
I've noticed that only strings and ints are supported in the tests I'm
doing. Is this true?
Best, Austin