views:

10

answers:

0

I'd like to have ASObject's returned to Flash with their ASType property set. I expected that by setting ASType to the full qualified name (e.g. "package.package.ClassName") of an AS3 class that had the same property names as public variables, that flash remoting in the client would automatically look up the class and populate the fields, giving me an object of the appropriate type in flash. However, it's just coming through as a regular object with the properties as keys as though the ASType was ignored or not found or something.